C# Class SuperMap.Web.ISDotNET6.ShowBusStopService

${IS6_ShowBusStopService_Title}

${IS6_ShowBusStopService_Description}

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

Méthodes publiques

Méthode Description
ProcessAsync ( ShowBusStopParameters parameters ) : void

${IS6_ShowBusStopService_method_ProcessAsync_D}

ProcessAsync ( ShowBusStopParameters parameters, object state ) : void

${IS6_ShowBusStopService_method_ProcessAsync_D}

ShowBusStopService ( ) : System

${IS6_ShowBusStopService_constructor_D}

ShowBusStopService ( string url ) : System

${IS6_ShowBusStopService_constructor_String_D}

Private Methods

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

Method Details

ProcessAsync() public méthode

${IS6_ShowBusStopService_method_ProcessAsync_D}
public ProcessAsync ( ShowBusStopParameters parameters ) : void
parameters ShowBusStopParameters
Résultat void

ProcessAsync() public méthode

${IS6_ShowBusStopService_method_ProcessAsync_D}
public ProcessAsync ( ShowBusStopParameters parameters, object state ) : void
parameters ShowBusStopParameters ${IS6_ShowBusStopService_method_ProcessAsync_param_Parameters}
state object ${IS6_ShowBusStopService_method_ProcessAsync_param_state}
Résultat void

ShowBusStopService() public méthode

${IS6_ShowBusStopService_constructor_D}
public ShowBusStopService ( ) : System
Résultat System

ShowBusStopService() public méthode

${IS6_ShowBusStopService_constructor_String_D}
public ShowBusStopService ( string url ) : System
url string ${IS6_ShowBusStopService_constructor_param_url}
Résultat System