C# Class SuperMap.Web.ISDotNET6.InterpolateService

${IS6_InterpolateService_Description}
Inheritance: SuperMap.Web.Service.ServiceBase
Datei anzeigen Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
InterpolateService ( ) : System

${IS6_InterpolateService_constructor_D}

InterpolateService ( string url ) : System

${IS6_InterpolateService_constructor_url_D}

ProcessAsync ( InterpolateParameters parameters ) : void

${IS6_InterpolateService_method_ProcessAsync_D}

ProcessAsync ( InterpolateParameters parameters, object state ) : void

${IS6_InterpolateService_method_ProcessAsync_overloads_D}

Private Methods

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

Method Details

InterpolateService() public method

${IS6_InterpolateService_constructor_D}
public InterpolateService ( ) : System
return System

InterpolateService() public method

${IS6_InterpolateService_constructor_url_D}
public InterpolateService ( string url ) : System
url string
return System

ProcessAsync() public method

${IS6_InterpolateService_method_ProcessAsync_D}
public ProcessAsync ( InterpolateParameters parameters ) : void
parameters InterpolateParameters ${IS6_InterpolateService_method_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${IS6_InterpolateService_method_ProcessAsync_overloads_D}
public ProcessAsync ( InterpolateParameters parameters, object state ) : void
parameters InterpolateParameters ${IS6_InterpolateService_method_ProcessAsync_param_parameters}
state object ${IS6_InterpolateService_method_ProcessAsync_param_state}
return void