C# Class SuperMap.Web.ISDotNET6.LocationsAllocateService

${IS6_LocationsAllocateService_Title}

${IS6_LocationsAllocateService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Datei anzeigen Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method Description
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}

Private Methods

Method Description
GetParameters ( LocationsAllocateParameters parameters ) : string>.Dictionary
OnProcessCompleted ( LocationsAllocateEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

LocationsAllocateService() public method

${IS6_LocationsAllocateService_constructor_None_D}
public LocationsAllocateService ( ) : System
return System

LocationsAllocateService() public method

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

ProcessAsync() public method

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

ProcessAsync() public method

${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}
return void