Beispiel #1
0
        public void Connect(string address, TimeSpan timeout)
        {
            IAsyncResult result = new OpenSenderAsyncResult(this, address, timeout, null, null);

            this.connection = OpenSenderAsyncResult.End(result);
        }
Beispiel #2
0
 public void Connect(string address, TimeSpan timeout)
 {
     IAsyncResult result = new OpenSenderAsyncResult(this, address, timeout, null, null);
     this.connection = OpenSenderAsyncResult.End(result);
 }