C# Class SuperMap.Web.ISDotNET6.FuzzyFindBusStopService

${IS6_FuzzyFindBusStopService_Title}

${IS6_FuzzyFindBusStopService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight

Méthodes publiques

Méthode Description
FuzzyFindBusStopService ( ) : System

${IS6_FuzzyFindBusStopService_constructor_D}

FuzzyFindBusStopService ( string url ) : System

${IS6_FuzzyFindBusStopService_constructor_String_D}

ProcessAsync ( FuzzyFindBusStopParameters parameters ) : void

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}

ProcessAsync ( FuzzyFindBusStopParameters parameters, object state ) : void

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}

Private Methods

Méthode Description
GetParameters ( FuzzyFindBusStopParameters parameters ) : string>.Dictionary
OnProcessCompleted ( FuzzyFindBusStopEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

FuzzyFindBusStopService() public méthode

${IS6_FuzzyFindBusStopService_constructor_D}
public FuzzyFindBusStopService ( ) : System
Résultat System

FuzzyFindBusStopService() public méthode

${IS6_FuzzyFindBusStopService_constructor_String_D}
public FuzzyFindBusStopService ( string url ) : System
url string ${IS6_FuzzyFindBusStopService_constructor_param_url}
Résultat System

ProcessAsync() public méthode

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}
public ProcessAsync ( FuzzyFindBusStopParameters parameters ) : void
parameters FuzzyFindBusStopParameters
Résultat void

ProcessAsync() public méthode

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}
public ProcessAsync ( FuzzyFindBusStopParameters parameters, object state ) : void
parameters FuzzyFindBusStopParameters ${IS6_FuzzyFindBusStopService_method_ProcessAsync_param_Parameters}
state object ${IS6_FuzzyFindBusStopService_method_ProcessAsync_param_state}
Résultat void