Inheritance: ActionResult
Exemplo n.º 1
0
 public PendingOperations(AsyncResult owner, int initalValue)
 {
     this.owner = owner;
     this.value = initalValue;
 }