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