Example #1
0
 /// <remarks/>
 public System.IAsyncResult Beginroute_HospitalRatingResponses_GetFromSingleHospital(WS_HospitalRatingResponses_GetFromSingleHospital_Request responseSetIdentifier, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("route_HospitalRatingResponses_GetFromSingleHospital", new object[] {
         responseSetIdentifier
     }, callback, asyncState));
 }
Example #2
0
 public WS_HospitalRatingResponses_GetFromSingleHospital_Response route_HospitalRatingResponses_GetFromSingleHospital(WS_HospitalRatingResponses_GetFromSingleHospital_Request responseSetIdentifier)
 {
     object[] results = this.Invoke("route_HospitalRatingResponses_GetFromSingleHospital", new object[] {
         responseSetIdentifier
     });
     return((WS_HospitalRatingResponses_GetFromSingleHospital_Response)(results[0]));
 }