示例#1
0
 public System.Threading.Tasks.Task <GamePortal.API.FinancialService.GetAccountsMoneyStreamResponse> GetAccountsMoneyStreamAsync(string accountIds)
 {
     GamePortal.API.FinancialService.GetAccountsMoneyStreamRequest inValue = new GamePortal.API.FinancialService.GetAccountsMoneyStreamRequest();
     inValue.Body            = new GamePortal.API.FinancialService.GetAccountsMoneyStreamRequestBody();
     inValue.Body.accountIds = accountIds;
     return(((GamePortal.API.FinancialService.FinancialSoap)(this)).GetAccountsMoneyStreamAsync(inValue));
 }
示例#2
0
 public GamePortal.API.FinancialService.AccountMoneyStream[] GetAccountsMoneyStream(string accountIds)
 {
     GamePortal.API.FinancialService.GetAccountsMoneyStreamRequest inValue = new GamePortal.API.FinancialService.GetAccountsMoneyStreamRequest();
     inValue.Body            = new GamePortal.API.FinancialService.GetAccountsMoneyStreamRequestBody();
     inValue.Body.accountIds = accountIds;
     GamePortal.API.FinancialService.GetAccountsMoneyStreamResponse retVal = ((GamePortal.API.FinancialService.FinancialSoap)(this)).GetAccountsMoneyStream(inValue);
     return(retVal.Body.GetAccountsMoneyStreamResult);
 }
示例#3
0
 System.Threading.Tasks.Task <GamePortal.API.FinancialService.GetAccountsMoneyStreamResponse> GamePortal.API.FinancialService.FinancialSoap.GetAccountsMoneyStreamAsync(GamePortal.API.FinancialService.GetAccountsMoneyStreamRequest request)
 {
     return(base.Channel.GetAccountsMoneyStreamAsync(request));
 }
示例#4
0
 GamePortal.API.FinancialService.GetAccountsMoneyStreamResponse GamePortal.API.FinancialService.FinancialSoap.GetAccountsMoneyStream(GamePortal.API.FinancialService.GetAccountsMoneyStreamRequest request)
 {
     return(base.Channel.GetAccountsMoneyStream(request));
 }