コード例 #1
0
ファイル: Reference.cs プロジェクト: ndphu/ptudw-h5-cinema
 /// <remarks/>
 public void BMSetInventoryAsync(BMSetInventoryReq BMSetInventoryReq, object userState) {
     if ((this.BMSetInventoryOperationCompleted == null)) {
         this.BMSetInventoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnBMSetInventoryOperationCompleted);
     }
     this.InvokeAsync("BMSetInventory", new object[] {
                 BMSetInventoryReq}, this.BMSetInventoryOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ndphu/ptudw-h5-cinema
 /// <remarks/>
 public void BMSetInventoryAsync(BMSetInventoryReq BMSetInventoryReq) {
     this.BMSetInventoryAsync(BMSetInventoryReq, null);
 }