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