Example #1
0
 public bool EndConnect(IAsyncResult asyncResult)
 {
     return(asyncResult.GetResult <bool>());
 }