Example #1
0
 public System.IAsyncResult BegingetAll(System.AsyncCallback callback, object asyncState)
 {
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll inValue = new RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll();
     return(((RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController)(this)).BegingetAll(inValue, callback, asyncState));
 }
Example #2
0
 public underlyingDetailImpl[] getAll()
 {
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll         inValue = new RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll();
     RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAllResponse retVal  = ((RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController)(this)).getAll(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.IAsyncResult RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController.BegingetAll(RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BegingetAll(request, callback, asyncState));
 }
Example #4
0
 RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAllResponse RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.UnderlyingController.getAll(RequestForQuoteServicesModuleLibrary.UnderlyingMaintenanceService.getAll request)
 {
     return(base.Channel.getAll(request));
 }