コード例 #1
0
ファイル: Reference.cs プロジェクト: freecin/dashcommerce-3
 /// <remarks/>
 public void BMGetInventoryAsync(BMGetInventoryReq BMGetInventoryReq, object userState) {
     if ((this.BMGetInventoryOperationCompleted == null)) {
         this.BMGetInventoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnBMGetInventoryOperationCompleted);
     }
     this.InvokeAsync("BMGetInventory", new object[] {
                 BMGetInventoryReq}, this.BMGetInventoryOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: freecin/dashcommerce-3
 /// <remarks/>
 public void BMGetInventoryAsync(BMGetInventoryReq BMGetInventoryReq) {
     this.BMGetInventoryAsync(BMGetInventoryReq, null);
 }