Example #1
0
 /// <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);
 }
Example #2
0
 /// <remarks/>
 public void BMSetInventoryAsync(BMSetInventoryReq BMSetInventoryReq) {
     this.BMSetInventoryAsync(BMSetInventoryReq, null);
 }