Beispiel #1
0
 /// <remarks/>
 public void SetMobileCheckoutAsync(SetMobileCheckoutReq SetMobileCheckoutReq, object userState) {
     if ((this.SetMobileCheckoutOperationCompleted == null)) {
         this.SetMobileCheckoutOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetMobileCheckoutOperationCompleted);
     }
     this.InvokeAsync("SetMobileCheckout", new object[] {
                 SetMobileCheckoutReq}, this.SetMobileCheckoutOperationCompleted, userState);
 }
Beispiel #2
0
 /// <remarks/>
 public void SetMobileCheckoutAsync(SetMobileCheckoutReq SetMobileCheckoutReq) {
     this.SetMobileCheckoutAsync(SetMobileCheckoutReq, null);
 }