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