C# Класс SuperMap.Web.iServerJava2.FindPathService

${iServer2_FindPathService_Title}

${iServer2_FindPathService_Description}

Наследование: SuperMap.Web.Service.ServiceBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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}

Приватные методы

Метод Описание
GetParameters ( FindPathParameters parameters ) : Dictionary,System.Collections.Generic
OnProcessCompleted ( NetworkAnalystEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Описание методов

FindPathService() публичный Метод

${iServer2_FindPathService_constructor_None_D}
public FindPathService ( ) : System
Результат System

FindPathService() публичный Метод

${iServer2_FindPathService_constructor_String_D}
public FindPathService ( string url ) : System
url string ${iServer2_FindPathService_constructor_String_param_url}
Результат System

ProcessAsync() публичный Метод

${iServer2_FindPathService_method_ProcessAsync_D}
public ProcessAsync ( FindPathParameters parameters ) : void
parameters FindPathParameters ${iServer2_FindPathService_method_ProcessAsync_param_parameters}
Результат void

ProcessAsync() публичный Метод

${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}
Результат void