C# Class SuperMap.Web.ISDotNET6.GetBusSolutionService

${IS6_GetBusSolutionService_Title}

${IS6_GetBusSolutionService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Mostrar archivo Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
GetBusSolutionService ( ) : System

${IS6_GetBusSolutionService_constructor_D}

GetBusSolutionService ( string url ) : System

${IS6_GetBusSolutionService_constructor_String_D}

ProcessAsync ( GetBusSolutionParameters parameters ) : void

${IS6_GetBusSolutionService_method_ProcessAsync_D}

ProcessAsync ( GetBusSolutionParameters parameters, object state ) : void

${IS6_GetBusSolutionService_method_ProcessAsync_D}

Private Methods

Method Description
GetParameters ( GetBusSolutionParameters parameters ) : string>.Dictionary
OnProcessCompleted ( GetBusSolutionEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

GetBusSolutionService() public method

${IS6_GetBusSolutionService_constructor_D}
public GetBusSolutionService ( ) : System
return System

GetBusSolutionService() public method

${IS6_GetBusSolutionService_constructor_String_D}
public GetBusSolutionService ( string url ) : System
url string ${IS6_GetBusSolutionService_constructor_param_url}
return System

ProcessAsync() public method

${IS6_GetBusSolutionService_method_ProcessAsync_D}
public ProcessAsync ( GetBusSolutionParameters parameters ) : void
parameters GetBusSolutionParameters
return void

ProcessAsync() public method

${IS6_GetBusSolutionService_method_ProcessAsync_D}
public ProcessAsync ( GetBusSolutionParameters parameters, object state ) : void
parameters GetBusSolutionParameters ${IS6_GetBusSolutionService_method_ProcessAsync_param_Parameters}
state object ${IS6_GetBusSolutionService_method_ProcessAsync_param_state}
return void