Ejemplo n.º 1
0
 /// <remarks/>
 public void FinderCheckoutShoppingCartAsync(FinderCheckoutShoppingCartRequest Request) {
     this.FinderCheckoutShoppingCartAsync(Request, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void FinderCheckoutShoppingCartAsync(FinderCheckoutShoppingCartRequest Request, object userState) {
     if ((this.FinderCheckoutShoppingCartOperationCompleted == null)) {
         this.FinderCheckoutShoppingCartOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFinderCheckoutShoppingCartOperationCompleted);
     }
     this.InvokeAsync("FinderCheckoutShoppingCart", new object[] {
                 Request}, this.FinderCheckoutShoppingCartOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 public FinderCheckoutShoppingCartResult FinderCheckoutShoppingCart(FinderCheckoutShoppingCartRequest Request) {
     object[] results = this.Invoke("FinderCheckoutShoppingCart", new object[] {
                 Request});
     return ((FinderCheckoutShoppingCartResult)(results[0]));
 }