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