示例#1
0
 /// <remarks/>
 public void GetShoppingCartRequestAsync(GetShoppingCartRequest GetShoppingCartRequest1, object userState) {
     if ((this.GetShoppingCartRequestOperationCompleted == null)) {
         this.GetShoppingCartRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetShoppingCartRequestOperationCompleted);
     }
     this.InvokeAsync("GetShoppingCartRequest", new object[] {
                 GetShoppingCartRequest1}, this.GetShoppingCartRequestOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetShoppingCartRequestAsync(GetShoppingCartRequest GetShoppingCartRequest1) {
     this.GetShoppingCartRequestAsync(GetShoppingCartRequest1, null);
 }