C# Class SuperMap.Web.iServerJava2.FindTSPPathService

${iServer2_FindTSPPathService_Title}

${iServer2_FindTSPPathService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Mostra file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
FindTSPPathService ( ) : System

${iServer2_FindTSPPathService_constructor_None_D}

FindTSPPathService ( string url ) : System

${iServer2_FindTSPPathService_constructor_String_D}

ProcessAsync ( FindTSPPathParameters parameters ) : void

${iServer2_FindTSPPathService_method_ProcessAsync_D}

ProcessAsync ( FindTSPPathParameters parameters, object state ) : void

${iServer2_FindTSPPathService_method_ProcessAsync_D}

Private Methods

Method Description
GetParameters ( FindTSPPathParameters parameters ) : Dictionary,System.Collections.Generic
OnProcessCompleted ( NetworkAnalystEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

FindTSPPathService() public method

${iServer2_FindTSPPathService_constructor_None_D}
public FindTSPPathService ( ) : System
return System

FindTSPPathService() public method

${iServer2_FindTSPPathService_constructor_String_D}
public FindTSPPathService ( string url ) : System
url string ${iServer2_FindTSPPathService_constructor_String_param_url}
return System

ProcessAsync() public method

${iServer2_FindTSPPathService_method_ProcessAsync_D}
public ProcessAsync ( FindTSPPathParameters parameters ) : void
parameters FindTSPPathParameters
return void

ProcessAsync() public method

${iServer2_FindTSPPathService_method_ProcessAsync_D}
public ProcessAsync ( FindTSPPathParameters parameters, object state ) : void
parameters FindTSPPathParameters ${iServer2_FindTSPPathService_method_ProcessAsync_param_parameters}
state object ${iServer2_FindTSPPathService_method_ProcessAsync_param_state}
return void