C# Class SuperMap.Web.ISDotNET6.ShowBusStopService

${IS6_ShowBusStopService_Title}

${IS6_ShowBusStopService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Datei anzeigen Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method 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

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

Method Details

ProcessAsync() public method

${IS6_ShowBusStopService_method_ProcessAsync_D}
public ProcessAsync ( ShowBusStopParameters parameters ) : void
parameters ShowBusStopParameters
return void

ProcessAsync() public method

${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}
return void

ShowBusStopService() public method

${IS6_ShowBusStopService_constructor_D}
public ShowBusStopService ( ) : System
return System

ShowBusStopService() public method

${IS6_ShowBusStopService_constructor_String_D}
public ShowBusStopService ( string url ) : System
url string ${IS6_ShowBusStopService_constructor_param_url}
return System