Пример #1
0
 /// <remarks/>
 public void EGUSExchangeProductGroupAsync(EGUSExchangeProductGroupRequest EGUSExchangeProductGroupRequest, object userState) {
     if ((this.EGUSExchangeProductGroupOperationCompleted == null)) {
         this.EGUSExchangeProductGroupOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEGUSExchangeProductGroupOperationCompleted);
     }
     this.InvokeAsync("EGUSExchangeProductGroup", new object[] {
                 EGUSExchangeProductGroupRequest}, this.EGUSExchangeProductGroupOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void EGUSExchangeProductGroupAsync(EGUSExchangeProductGroupRequest EGUSExchangeProductGroupRequest) {
     this.EGUSExchangeProductGroupAsync(EGUSExchangeProductGroupRequest, null);
 }