C# Class SuperMap.Web.iServerJava6R.ChartFeatureInfoSpecsService

${iServerJava6R_ChartFeatureInfoSpecsService_Title}
Inheritance: SuperMap.Web.Service.ServiceBase
Show file Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
ChartFeatureInfoSpecsService ( ) : System

${iServerJava6R_ChartFeatureInfoSpecsService_constructor_None_D}

ChartFeatureInfoSpecsService ( string url ) : System

${iServerJava6R_ChartFeatureInfoSpecsService_constructor_String_D}

ProcessAsync ( ) : void

${iServerJava6R_ChartFeatureInfoSpecsService_method_ProcessAsync_D}

ProcessAsync ( object state ) : void

${iServerJava6R_ChartFeatureInfoSpecsService_method_ProcessAsync_D}

Private Methods

Method Description
CheckUrl ( ) : void
OnProcessCompleted ( ChartFeatureInfoSpecsEventArgs e ) : void
Request_Completed ( object sender, RequestEventArgs e ) : void

Method Details

ChartFeatureInfoSpecsService() public method

${iServerJava6R_ChartFeatureInfoSpecsService_constructor_None_D}
public ChartFeatureInfoSpecsService ( ) : System
return System

ChartFeatureInfoSpecsService() public method

${iServerJava6R_ChartFeatureInfoSpecsService_constructor_String_D}
public ChartFeatureInfoSpecsService ( string url ) : System
url string ${iServerJava6R_ChartFeatureInfoSpecsService_constructor_String_param_url}
return System

ProcessAsync() public method

${iServerJava6R_ChartFeatureInfoSpecsService_method_ProcessAsync_D}
public ProcessAsync ( ) : void
return void

ProcessAsync() public method

${iServerJava6R_ChartFeatureInfoSpecsService_method_ProcessAsync_D}
public ProcessAsync ( object state ) : void
state object ${iServerJava6R_ChartFeatureInfoSpecsService_method_ProcessAsync_param_state}
return void