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