Ejemplo n.º 1
0
 public System.Collections.Generic.List <StatisticsWebApplication.StatisticsServiceRef.Statistics> GetStatistics()
 {
     StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequest inValue = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequest();
     inValue.Body = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequestBody();
     StatisticsWebApplication.StatisticsServiceRef.GetStatisticsResponse retVal = ((StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap)(this)).GetStatistics(inValue);
     return(retVal.Body.GetStatisticsResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <StatisticsWebApplication.StatisticsServiceRef.GetStatisticsResponse> GetStatisticsAsync()
 {
     StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequest inValue = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequest();
     inValue.Body = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequestBody();
     return(((StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap)(this)).GetStatisticsAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <StatisticsWebApplication.StatisticsServiceRef.GetStatisticsResponse> StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap.GetStatisticsAsync(StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequest request)
 {
     return(base.Channel.GetStatisticsAsync(request));
 }
Ejemplo n.º 4
0
 StatisticsWebApplication.StatisticsServiceRef.GetStatisticsResponse StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap.GetStatistics(StatisticsWebApplication.StatisticsServiceRef.GetStatisticsRequest request)
 {
     return(base.Channel.GetStatistics(request));
 }