Example #1
0
 public System.Threading.Tasks.Task <WebApi.VytlacokWsdlReference.getAllResponse> getAllAsync()
 {
     WebApi.VytlacokWsdlReference.getAllRequest inValue = new WebApi.VytlacokWsdlReference.getAllRequest();
     return(((WebApi.VytlacokWsdlReference.Team024VytlacokPortType)(this)).getAllAsync(inValue));
 }
Example #2
0
 public WebApi.VytlacokWsdlReference.Vytlacoks[] getAll()
 {
     WebApi.VytlacokWsdlReference.getAllRequest  inValue = new WebApi.VytlacokWsdlReference.getAllRequest();
     WebApi.VytlacokWsdlReference.getAllResponse retVal  = ((WebApi.VytlacokWsdlReference.Team024VytlacokPortType)(this)).getAll(inValue);
     return(retVal.vytlacoks);
 }
Example #3
0
 System.Threading.Tasks.Task <WebApi.VytlacokWsdlReference.getAllResponse> WebApi.VytlacokWsdlReference.Team024VytlacokPortType.getAllAsync(WebApi.VytlacokWsdlReference.getAllRequest request)
 {
     return(base.Channel.getAllAsync(request));
 }
Example #4
0
 WebApi.VytlacokWsdlReference.getAllResponse WebApi.VytlacokWsdlReference.Team024VytlacokPortType.getAll(WebApi.VytlacokWsdlReference.getAllRequest request)
 {
     return(base.Channel.getAll(request));
 }