Ejemplo n.º 1
0
 /// <remarks/>
 public System.IAsyncResult Beginroute_HospitalRatingResponseBatches_GetFromSinglePatient(WS_HospitalRatingResponseBatches_GetFromSinglePatient_Request batchIdentifier, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("route_HospitalRatingResponseBatches_GetFromSinglePatient", new object[] {
         batchIdentifier
     }, callback, asyncState));
 }
Ejemplo n.º 2
0
 public WS_HospitalRatingResponseBatches_GetFromSinglePatient_Response route_HospitalRatingResponseBatches_GetFromSinglePatient(WS_HospitalRatingResponseBatches_GetFromSinglePatient_Request batchIdentifier)
 {
     object[] results = this.Invoke("route_HospitalRatingResponseBatches_GetFromSinglePatient", new object[] {
         batchIdentifier
     });
     return((WS_HospitalRatingResponseBatches_GetFromSinglePatient_Response)(results[0]));
 }