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

${IS6_LocationsAllocateService_Title}

${IS6_LocationsAllocateService_Description}

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

공개 메소드들

메소드 설명
LocationsAllocateService ( ) : System

${IS6_LocationsAllocateService_constructor_None_D}

LocationsAllocateService ( string url ) : System

${IS6_LocationsAllocateService_constructor_String_D}

ProcessAsync ( LocationsAllocateParameters parameters ) : void

${IS6_LocationsAllocateService_method_ProcessAsync_D}

ProcessAsync ( LocationsAllocateParameters parameters, object state ) : void

${IS6_LocationsAllocateService_method_ProcessAsync_D}

비공개 메소드들

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

메소드 상세

LocationsAllocateService() 공개 메소드

${IS6_LocationsAllocateService_constructor_None_D}
public LocationsAllocateService ( ) : System
리턴 System

LocationsAllocateService() 공개 메소드

${IS6_LocationsAllocateService_constructor_String_D}
public LocationsAllocateService ( string url ) : System
url string ${IS6_LocationsAllocateService_constructor_String_param_url}
리턴 System

ProcessAsync() 공개 메소드

${IS6_LocationsAllocateService_method_ProcessAsync_D}
public ProcessAsync ( LocationsAllocateParameters parameters ) : void
parameters LocationsAllocateParameters ${IS6_LocationsAllocateService_method_ProcessAsync_param_parameters}
리턴 void

ProcessAsync() 공개 메소드

${IS6_LocationsAllocateService_method_ProcessAsync_D}
public ProcessAsync ( LocationsAllocateParameters parameters, object state ) : void
parameters LocationsAllocateParameters ${IS6_LocationsAllocateService_method_ProcessAsync_param_parameters}
state object ${IS6_LocationsAllocateService_method_ProcessAsync_param_state}
리턴 void