Exemplo n.º 1
0
        public async Task AwaitFlowControl()
        {
            string     send = ToSend.ToString();
            SendString ss   = SendString;

            ss.ToSend = send;
            await ss.AwaitFlowControl();
        }
Exemplo n.º 2
0
 public SendEnum(T toSend, SendString sendString)
 {
     ToSend     = toSend;
     SendString = sendString;
 }