Example #1
0
 /// <remarks/>
 public void GetShoppingCartAsync(GetShoppingCartRequest GetShoppingCartRequest, object userState) {
     if ((this.GetShoppingCartOperationCompleted == null)) {
         this.GetShoppingCartOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetShoppingCartOperationCompleted);
     }
     this.InvokeAsync("GetShoppingCart", new object[] {
                 GetShoppingCartRequest}, this.GetShoppingCartOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void GetShoppingCartAsync(GetShoppingCartRequest GetShoppingCartRequest) {
     this.GetShoppingCartAsync(GetShoppingCartRequest, null);
 }