C# Class SuperMap.Web.ISDotNET6.ThemeService

${IS6_ThemeService_Title}

${IS6_ThemeService_Description}

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

Public Methods

Method Description
ProcessAsync ( ThemeParameters parameters ) : void

${IS6_ThemeService_method_ProcessAsync_D}

ProcessAsync ( ThemeParameters parameters, object state ) : void

${IS6_ThemeService_method_ProcessAsync_D}

ThemeService ( ) : System

${IS6_ThemeService_constructor_None_D}

ThemeService ( string url ) : System

${IS6_ThemeService_constructor_String_D}

Private Methods

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

Method Details

ProcessAsync() public method

${IS6_ThemeService_method_ProcessAsync_D}
public ProcessAsync ( ThemeParameters parameters ) : void
parameters ThemeParameters ${IS6_ThemeService_method_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${IS6_ThemeService_method_ProcessAsync_D}
public ProcessAsync ( ThemeParameters parameters, object state ) : void
parameters ThemeParameters ${IS6_ThemeService_method_ProcessAsync_param_parameters}
state object ${IS6_ThemeService_method_ProcessAsync_param_state}
return void

ThemeService() public method

${IS6_ThemeService_constructor_None_D}
public ThemeService ( ) : System
return System

ThemeService() public method

${IS6_ThemeService_constructor_String_D}
public ThemeService ( string url ) : System
url string ${IS6_ThemeService_constructor_String_param_url}
return System