Beispiel #1
0
 /// <remarks/>
 public void getAccountFundsAsync(GetAccountFundsReq request) {
     this.getAccountFundsAsync(request, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void getAccountFundsAsync(GetAccountFundsReq request, object userState) {
     if ((this.getAccountFundsOperationCompleted == null)) {
         this.getAccountFundsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetAccountFundsOperationCompleted);
     }
     this.InvokeAsync("getAccountFunds", new object[] {
                 request}, this.getAccountFundsOperationCompleted, userState);
 }
Beispiel #3
0
 public GetAccountFundsResp getAccountFunds(GetAccountFundsReq request) {
     object[] results = this.Invoke("getAccountFunds", new object[] {
                 request});
     return ((GetAccountFundsResp)(results[0]));
 }