C# Class SuperMap.Web.ISDotNET6.ShowRoutingService

${IS6_ShowRoutingService_Title}

${IS6_ShowRoutingService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Show file Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
ProcessAsync ( ShowRoutingParameters parameters ) : void

${IS6_ShowRoutingService_method_ProcessAsync_D}

ProcessAsync ( ShowRoutingParameters parameters, object state ) : void

${IS6_ShowRoutingService_method_ProcessAsync_D}

ShowRoutingService ( ) : System

${IS6_ShowRoutingService_constructor_D}

ShowRoutingService ( string url ) : System

${IS6_ShowRoutingService_constructor_String_D}

Private Methods

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

Method Details

ProcessAsync() public method

${IS6_ShowRoutingService_method_ProcessAsync_D}
public ProcessAsync ( ShowRoutingParameters parameters ) : void
parameters ShowRoutingParameters
return void

ProcessAsync() public method

${IS6_ShowRoutingService_method_ProcessAsync_D}
public ProcessAsync ( ShowRoutingParameters parameters, object state ) : void
parameters ShowRoutingParameters ${IS6_ShowRoutingService_method_ProcessAsync_param_Parameters}
state object ${IS6_ShowRoutingService_method_ProcessAsync_param_state}
return void

ShowRoutingService() public method

${IS6_ShowRoutingService_constructor_D}
public ShowRoutingService ( ) : System
return System

ShowRoutingService() public method

${IS6_ShowRoutingService_constructor_String_D}
public ShowRoutingService ( string url ) : System
url string ${IS6_ShowRoutingService_constructor_param_url}
return System