Пример #1
0
 /// <remarks/>
 public void GetCommissionRunTotalsByCurrencyAsync(GetCommissionRunTotalsByCurrencyRequest GetCommissionRunTotalsByCurrencyRequest, object userState) {
     if ((this.GetCommissionRunTotalsByCurrencyOperationCompleted == null)) {
         this.GetCommissionRunTotalsByCurrencyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCommissionRunTotalsByCurrencyOperationCompleted);
     }
     this.InvokeAsync("GetCommissionRunTotalsByCurrency", new object[] {
                 GetCommissionRunTotalsByCurrencyRequest}, this.GetCommissionRunTotalsByCurrencyOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetCommissionRunTotalsByCurrencyAsync(GetCommissionRunTotalsByCurrencyRequest GetCommissionRunTotalsByCurrencyRequest) {
     this.GetCommissionRunTotalsByCurrencyAsync(GetCommissionRunTotalsByCurrencyRequest, null);
 }