Esempio n. 1
0
 public void ReplenishmentRequest_01(string MHId, string TransactionId, ReplenishmentRequest_01Doc aReplenishmentRequest_01Doc)
 {
     this.Invoke("ReplenishmentRequest_01", new object[] {
         MHId,
         TransactionId,
         aReplenishmentRequest_01Doc
     });
 }
Esempio n. 2
0
 /// <remarks/>
 public void ReplenishmentRequest_01Async(string MHId, string TransactionId, ReplenishmentRequest_01Doc aReplenishmentRequest_01Doc, object userState)
 {
     if ((this.ReplenishmentRequest_01OperationCompleted == null))
     {
         this.ReplenishmentRequest_01OperationCompleted = new System.Threading.SendOrPostCallback(this.OnReplenishmentRequest_01OperationCompleted);
     }
     this.InvokeAsync("ReplenishmentRequest_01", new object[] {
         MHId,
         TransactionId,
         aReplenishmentRequest_01Doc
     }, this.ReplenishmentRequest_01OperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void ReplenishmentRequest_01Async(string MHId, string TransactionId, ReplenishmentRequest_01Doc aReplenishmentRequest_01Doc)
 {
     this.ReplenishmentRequest_01Async(MHId, TransactionId, aReplenishmentRequest_01Doc, null);
 }