C# Class SuperMap.Web.iServerJava2.FindPathService

${iServer2_FindPathService_Title}

${iServer2_FindPathService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
显示文件 Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
FindPathService ( ) : System

${iServer2_FindPathService_constructor_None_D}

FindPathService ( string url ) : System

${iServer2_FindPathService_constructor_String_D}

ProcessAsync ( FindPathParameters parameters ) : void

${iServer2_FindPathService_method_ProcessAsync_D}

ProcessAsync ( FindPathParameters parameters, object state ) : void

${iServer2_FindPathService_method_ProcessAsync_D}

Private Methods

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

Method Details

FindPathService() public method

${iServer2_FindPathService_constructor_None_D}
public FindPathService ( ) : System
return System

FindPathService() public method

${iServer2_FindPathService_constructor_String_D}
public FindPathService ( string url ) : System
url string ${iServer2_FindPathService_constructor_String_param_url}
return System

ProcessAsync() public method

${iServer2_FindPathService_method_ProcessAsync_D}
public ProcessAsync ( FindPathParameters parameters ) : void
parameters FindPathParameters ${iServer2_FindPathService_method_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${iServer2_FindPathService_method_ProcessAsync_D}
public ProcessAsync ( FindPathParameters parameters, object state ) : void
parameters FindPathParameters ${iServer2_FindPathService_method_ProcessAsync_param_parameters}
state object ${iServer2_FindPathService_method_ProcessAsync_param_state}
return void