Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WpfQuery.AccountService.getAccountInfoResponse> getAccountInfoAsync(WpfQuery.AccountService.AuthHeader AuthHeader, string[] requestData, int extended)
 {
     WpfQuery.AccountService.getAccountInfoRequest inValue = new WpfQuery.AccountService.getAccountInfoRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.requestData = requestData;
     inValue.extended    = extended;
     return(((WpfQuery.AccountService.AccountService)(this)).getAccountInfoAsync(inValue));
 }
Ejemplo n.º 2
0
 public WpfQuery.AccountService.ResHeader getAccountInfo(WpfQuery.AccountService.AuthHeader AuthHeader, string[] requestData, int extended, out WpfQuery.AccountService.AccountInfoType accountInfoType)
 {
     WpfQuery.AccountService.getAccountInfoRequest inValue = new WpfQuery.AccountService.getAccountInfoRequest();
     inValue.AuthHeader  = AuthHeader;
     inValue.requestData = requestData;
     inValue.extended    = extended;
     WpfQuery.AccountService.getAccountInfoResponse retVal = ((WpfQuery.AccountService.AccountService)(this)).getAccountInfo(inValue);
     accountInfoType = retVal.accountInfoType;
     return(retVal.ResHeader);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WpfQuery.AccountService.getAccountInfoResponse> WpfQuery.AccountService.AccountService.getAccountInfoAsync(WpfQuery.AccountService.getAccountInfoRequest request)
 {
     return(base.Channel.getAccountInfoAsync(request));
 }
Ejemplo n.º 4
0
 WpfQuery.AccountService.getAccountInfoResponse WpfQuery.AccountService.AccountService.getAccountInfo(WpfQuery.AccountService.getAccountInfoRequest request)
 {
     return(base.Channel.getAccountInfo(request));
 }