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