Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference.SIndexResponse> SIndexAsync()
 {
     ServiceReference.SIndexRequest inValue = new ServiceReference.SIndexRequest();
     inValue.Body = new ServiceReference.SIndexRequestBody();
     return(((ServiceReference.WebServiceSoap)(this)).SIndexAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference.SIndexResponse> ServiceReference.WebServiceSoap.SIndexAsync(ServiceReference.SIndexRequest request)
 {
     return(base.Channel.SIndexAsync(request));
 }