Ejemplo n.º 1
0
 /// <remarks/>
 public void amendAsync(AmendRequest[] requests, object userState) {
     if ((this.amendOperationCompleted == null)) {
         this.amendOperationCompleted = new System.Threading.SendOrPostCallback(this.OnamendOperationCompleted);
     }
     this.InvokeAsync("amend", new object[] {
                 requests}, this.amendOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void amendAsync(AmendRequest[] requests) {
     this.amendAsync(requests, null);
 }