C# 클래스 SuperMap.Web.iServerJava2.FindPathService

${iServer2_FindPathService_Title}

${iServer2_FindPathService_Description}

상속: SuperMap.Web.Service.ServiceBase
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight 1 사용 예제들

공개 메소드들

메소드 설명
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