/// <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); }
/// <remarks/> public void updateBatchAsync(updateBatchRequest updateBatchRequest) { this.updateBatchAsync(updateBatchRequest, null); }