Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONResponse> GetStatisticsJSONAsync(string no)
 {
     StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequest inValue = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequest();
     inValue.Body    = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequestBody();
     inValue.Body.no = no;
     return(((StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap)(this)).GetStatisticsJSONAsync(inValue));
 }
Ejemplo n.º 2
0
 public string GetStatisticsJSON(string no)
 {
     StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequest inValue = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequest();
     inValue.Body    = new StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequestBody();
     inValue.Body.no = no;
     StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONResponse retVal = ((StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap)(this)).GetStatisticsJSON(inValue);
     return(retVal.Body.GetStatisticsJSONResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONResponse> StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap.GetStatisticsJSONAsync(StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequest request)
 {
     return(base.Channel.GetStatisticsJSONAsync(request));
 }
Ejemplo n.º 4
0
 StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONResponse StatisticsWebApplication.StatisticsServiceRef.StatisticsServiceSoap.GetStatisticsJSON(StatisticsWebApplication.StatisticsServiceRef.GetStatisticsJSONRequest request)
 {
     return(base.Channel.GetStatisticsJSON(request));
 }