Example #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);
 }
Example #2
0
 /// <remarks/>
 public void amendAsync(AmendRequest[] requests) {
     this.amendAsync(requests, null);
 }