Beispiel #1
0
 public ControlProteinasTareaAgenda4.ServicioControlProteinas.User[] ListUsers()
 {
     ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequest inValue = new ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequest();
     inValue.Body = new ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequestBody();
     ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersResponse retVal = ((ControlProteinasTareaAgenda4.ServicioControlProteinas.ProteinTrackingServiceSoap)(this)).ListUsers(inValue);
     return(retVal.Body.ListUsersResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersResponse> ListUsersAsync()
 {
     ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequest inValue = new ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequest();
     inValue.Body = new ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequestBody();
     return(((ControlProteinasTareaAgenda4.ServicioControlProteinas.ProteinTrackingServiceSoap)(this)).ListUsersAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersResponse> ControlProteinasTareaAgenda4.ServicioControlProteinas.ProteinTrackingServiceSoap.ListUsersAsync(ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequest request)
 {
     return(base.Channel.ListUsersAsync(request));
 }
Beispiel #4
0
 ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersResponse ControlProteinasTareaAgenda4.ServicioControlProteinas.ProteinTrackingServiceSoap.ListUsers(ControlProteinasTareaAgenda4.ServicioControlProteinas.ListUsersRequest request)
 {
     return(base.Channel.ListUsers(request));
 }