Beispiel #1
0
 public Movies.Desktop.PeopleServiceReference.Person[] GetAllPeople()
 {
     Movies.Desktop.PeopleServiceReference.GetAllPeopleRequest inValue = new Movies.Desktop.PeopleServiceReference.GetAllPeopleRequest();
     inValue.Body = new Movies.Desktop.PeopleServiceReference.GetAllPeopleRequestBody();
     Movies.Desktop.PeopleServiceReference.GetAllPeopleResponse retVal = ((Movies.Desktop.PeopleServiceReference.PeopleServiceSoap)(this)).GetAllPeople(inValue);
     return(retVal.Body.GetAllPeopleResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Movies.Desktop.PeopleServiceReference.GetAllPeopleResponse> GetAllPeopleAsync()
 {
     Movies.Desktop.PeopleServiceReference.GetAllPeopleRequest inValue = new Movies.Desktop.PeopleServiceReference.GetAllPeopleRequest();
     inValue.Body = new Movies.Desktop.PeopleServiceReference.GetAllPeopleRequestBody();
     return(((Movies.Desktop.PeopleServiceReference.PeopleServiceSoap)(this)).GetAllPeopleAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Movies.Desktop.PeopleServiceReference.GetAllPeopleResponse> Movies.Desktop.PeopleServiceReference.PeopleServiceSoap.GetAllPeopleAsync(Movies.Desktop.PeopleServiceReference.GetAllPeopleRequest request)
 {
     return(base.Channel.GetAllPeopleAsync(request));
 }
Beispiel #4
0
 Movies.Desktop.PeopleServiceReference.GetAllPeopleResponse Movies.Desktop.PeopleServiceReference.PeopleServiceSoap.GetAllPeople(Movies.Desktop.PeopleServiceReference.GetAllPeopleRequest request)
 {
     return(base.Channel.GetAllPeople(request));
 }