Exemple #1
0
 public Future(SocketController.ExecuteDelegate executeDelegate, IAsyncResult asyncResult) {
     this.executeDelegate = executeDelegate;
     this.asyncResult = asyncResult;
 }
Exemple #2
0
 public Future(SocketController.ExecuteDelegate executeDelegate, IAsyncResult asyncResult)
 {
     this.executeDelegate = executeDelegate;
     this.asyncResult     = asyncResult;
 }