コード例 #1
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: paulmd3/mpx_mobile
 /// <remarks/>
 public void updateBatchAsync(updateBatchRequest updateBatchRequest) {
     this.updateBatchAsync(updateBatchRequest, null);
 }