Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference.GetArrayResponse> GetArrayAsync()
 {
     ServiceReference.GetArrayRequest inValue = new ServiceReference.GetArrayRequest();
     inValue.Body = new ServiceReference.GetArrayRequestBody();
     return(((ServiceReference.SampleWebServiceSoap)(this)).GetArrayAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference.GetArrayResponse> ServiceReference.SampleWebServiceSoap.GetArrayAsync(ServiceReference.GetArrayRequest request)
 {
     return(base.Channel.GetArrayAsync(request));
 }