C# Class SuperMap.Web.ISDotNET6.GetResourceService

${IS6_GetResourceService_Title}

${IS6_GetResourceService_Description}

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

Public Methods

Method Description
GetResourceService ( ) : System

${IS6_GetResourceService_constructor_None_D}

GetResourceService ( string url ) : System

${IS6_GetResourceService_constructor_String_D}

ProcessAsync ( GetResourceParameters parameters ) : void

${IS6_GetResourceService_method_ProcessAsync_D}

ProcessAsync ( GetResourceParameters parameters, object state ) : void

${IS6_GetResourceService_method_ProcessAsync_D}

Private Methods

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

Method Details

GetResourceService() public method

${IS6_GetResourceService_constructor_None_D}
public GetResourceService ( ) : System
return System

GetResourceService() public method

${IS6_GetResourceService_constructor_String_D}
public GetResourceService ( string url ) : System
url string ${IS6_GetResourceService_constructor_String_param_url}
return System

ProcessAsync() public method

${IS6_GetResourceService_method_ProcessAsync_D}
public ProcessAsync ( GetResourceParameters parameters ) : void
parameters GetResourceParameters ${IS6_GetResourceService_method_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${IS6_GetResourceService_method_ProcessAsync_D}
public ProcessAsync ( GetResourceParameters parameters, object state ) : void
parameters GetResourceParameters ${IS6_GetResourceService_method_ProcessAsync_param_parameters}
state object ${IS6_GetResourceService_method_ProcessAsync_param_state}
return void