/// <remarks/>
 public void AdjustInventoryAsync(AdjustInventoryRequest AdjustInventoryRequest, object userState) {
     if ((this.AdjustInventoryOperationCompleted == null)) {
         this.AdjustInventoryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAdjustInventoryOperationCompleted);
     }
     this.InvokeAsync("AdjustInventory", new object[] {
                 AdjustInventoryRequest}, this.AdjustInventoryOperationCompleted, userState);
 }
 /// <remarks/>
 public void AdjustInventoryAsync(AdjustInventoryRequest AdjustInventoryRequest) {
     this.AdjustInventoryAsync(AdjustInventoryRequest, null);
 }