C# 클래스 SuperMap.Web.ISDotNET6.FuzzyFindBusStopService

${IS6_FuzzyFindBusStopService_Title}

${IS6_FuzzyFindBusStopService_Description}

상속: SuperMap.Web.Service.ServiceBase
파일 보기 프로젝트 열기: SuperMap/iClient-for-Silverlight

공개 메소드들

메소드 설명
FuzzyFindBusStopService ( ) : System

${IS6_FuzzyFindBusStopService_constructor_D}

FuzzyFindBusStopService ( string url ) : System

${IS6_FuzzyFindBusStopService_constructor_String_D}

ProcessAsync ( FuzzyFindBusStopParameters parameters ) : void

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}

ProcessAsync ( FuzzyFindBusStopParameters parameters, object state ) : void

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}

비공개 메소드들

메소드 설명
GetParameters ( FuzzyFindBusStopParameters parameters ) : string>.Dictionary
OnProcessCompleted ( FuzzyFindBusStopEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

메소드 상세

FuzzyFindBusStopService() 공개 메소드

${IS6_FuzzyFindBusStopService_constructor_D}
public FuzzyFindBusStopService ( ) : System
리턴 System

FuzzyFindBusStopService() 공개 메소드

${IS6_FuzzyFindBusStopService_constructor_String_D}
public FuzzyFindBusStopService ( string url ) : System
url string ${IS6_FuzzyFindBusStopService_constructor_param_url}
리턴 System

ProcessAsync() 공개 메소드

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}
public ProcessAsync ( FuzzyFindBusStopParameters parameters ) : void
parameters FuzzyFindBusStopParameters
리턴 void

ProcessAsync() 공개 메소드

${IS6_FuzzyFindBusStopService_method_ProcessAsync_D}
public ProcessAsync ( FuzzyFindBusStopParameters parameters, object state ) : void
parameters FuzzyFindBusStopParameters ${IS6_FuzzyFindBusStopService_method_ProcessAsync_param_Parameters}
state object ${IS6_FuzzyFindBusStopService_method_ProcessAsync_param_state}
리턴 void