C# Class SuperMap.Web.ISDotNET6.IsoLineService

${IS6_IsoLineService_Title}

${IS6_IsoLineService_Description}

Inheritance: Service.ServiceBase
Exibir arquivo Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
IsoLineService ( ) : System

${IS6_IsoLineService_constructor_D}

IsoLineService ( string url ) : System

${IS6_IsoLineService_constructor_url_D}

ProcessAsync ( IsoLineParameters parameters ) : void

${IS6_IsoLineService_method_ProcessAsync_D}

ProcessAsync ( IsoLineParameters parameters, object state ) : void

${IS6_IsoLineService_method_ProcessAsync_overloads_D}

Private Methods

Method Description
OnProcessCompleted ( IsoLineEventArgs args ) : void
request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

IsoLineService() public method

${IS6_IsoLineService_constructor_D}
public IsoLineService ( ) : System
return System

IsoLineService() public method

${IS6_IsoLineService_constructor_url_D}
public IsoLineService ( string url ) : System
url string
return System

ProcessAsync() public method

${IS6_IsoLineService_method_ProcessAsync_D}
public ProcessAsync ( IsoLineParameters parameters ) : void
parameters IsoLineParameters ${IS6_IsoLineService_method_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${IS6_IsoLineService_method_ProcessAsync_overloads_D}
public ProcessAsync ( IsoLineParameters parameters, object state ) : void
parameters IsoLineParameters ${IS6_IsoLineService_method_ProcessAsync_param_parameters}
state object ${IS6_IsoLineService_method_ProcessAsync_param_state}
return void