Exemplo n.º 1
0
 /// <remarks/>
 public System.IAsyncResult Beginroute_HospitalRatingResponse_Get(WS_HospitalRatingResponse_Get_Request hospitalRatingResponseIdentifier, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("route_HospitalRatingResponse_Get", new object[] {
         hospitalRatingResponseIdentifier
     }, callback, asyncState));
 }
Exemplo n.º 2
0
 public WS_HospitalRatingResponse_Get_Response route_HospitalRatingResponse_Get(WS_HospitalRatingResponse_Get_Request hospitalRatingResponseIdentifier)
 {
     object[] results = this.Invoke("route_HospitalRatingResponse_Get", new object[] {
         hospitalRatingResponseIdentifier
     });
     return((WS_HospitalRatingResponse_Get_Response)(results[0]));
 }