Exemplo n.º 1
0
 public People_CRUD.PeopleServiceReference2.ArrayOfString GetNames()
 {
     People_CRUD.PeopleServiceReference2.GetNamesRequest inValue = new People_CRUD.PeopleServiceReference2.GetNamesRequest();
     inValue.Body = new People_CRUD.PeopleServiceReference2.GetNamesRequestBody();
     People_CRUD.PeopleServiceReference2.GetNamesResponse retVal = ((People_CRUD.PeopleServiceReference2.peopleSoap)(this)).GetNames(inValue);
     return(retVal.Body.GetNamesResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <People_CRUD.PeopleServiceReference2.GetNamesResponse> GetNamesAsync()
 {
     People_CRUD.PeopleServiceReference2.GetNamesRequest inValue = new People_CRUD.PeopleServiceReference2.GetNamesRequest();
     inValue.Body = new People_CRUD.PeopleServiceReference2.GetNamesRequestBody();
     return(((People_CRUD.PeopleServiceReference2.peopleSoap)(this)).GetNamesAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <People_CRUD.PeopleServiceReference2.GetNamesResponse> People_CRUD.PeopleServiceReference2.peopleSoap.GetNamesAsync(People_CRUD.PeopleServiceReference2.GetNamesRequest request)
 {
     return(base.Channel.GetNamesAsync(request));
 }
Exemplo n.º 4
0
 People_CRUD.PeopleServiceReference2.GetNamesResponse People_CRUD.PeopleServiceReference2.peopleSoap.GetNames(People_CRUD.PeopleServiceReference2.GetNamesRequest request)
 {
     return(base.Channel.GetNames(request));
 }