Example #1
0
 /// <remarks/>
 public void updateBatchAsync(updateBatchRequest updateBatchRequest, object userState) {
     if ((this.updateBatchOperationCompleted == null)) {
         this.updateBatchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateBatchOperationCompleted);
     }
     this.InvokeAsync("updateBatch", new object[] {
                 updateBatchRequest}, this.updateBatchOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void updateBatchAsync(updateBatchRequest updateBatchRequest) {
     this.updateBatchAsync(updateBatchRequest, null);
 }