C# Class SuperMap.Web.iServerJava6R.QueryService

${iServerJava6R_Query_QueryService_Title}

${iServerJava6R_Query_QueryService_Description}

Inheritance: SuperMap.Web.Service.ServiceBase
Mostra file Open project: SuperMap/iClient-for-Silverlight

Public Methods

Method Description
ProcessAsync ( QueryParameters parameters ) : void

${iServerJava6R_Query_QueryService_method_ProcessAsync_D}

ProcessAsync ( QueryParameters parameters, object state ) : void

${iServerJava6R_Query_QueryService_method_ProcessAsync_D}

QueryService ( ) : System

${iServerJava6R_Query_QueryService_constructor_None_D}

QueryService ( string url ) : System

${iServerJava6R_Query_QueryService_constructor_string_D}

Protected Methods

Method Description
GetParameters ( QueryParameters parameters ) : string>.Dictionary

${iServerJava6R_Query_QueryService_method_GetParameters_D}

Private Methods

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

Method Details

GetParameters() protected abstract method

${iServerJava6R_Query_QueryService_method_GetParameters_D}
protected abstract GetParameters ( QueryParameters parameters ) : string>.Dictionary
parameters QueryParameters ${iServerJava6R_Query_QueryService_method_GetParameters_parameters}
return string>.Dictionary

ProcessAsync() public method

${iServerJava6R_Query_QueryService_method_ProcessAsync_D}
public ProcessAsync ( QueryParameters parameters ) : void
parameters QueryParameters ${iServerJava6R_Query_QueryService_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${iServerJava6R_Query_QueryService_method_ProcessAsync_D}
public ProcessAsync ( QueryParameters parameters, object state ) : void
parameters QueryParameters ${iServerJava6R_Query_QueryService_ProcessAsync_param_parameters}
state object ${iServerJava6R_Query_QueryService_ProcessAsync_param_state}
return void

QueryService() public method

${iServerJava6R_Query_QueryService_constructor_None_D}
public QueryService ( ) : System
return System

QueryService() public method

${iServerJava6R_Query_QueryService_constructor_string_D}
public QueryService ( string url ) : System
url string ${iServerJava6R_Query_QueryService_constructor_string_param_url}
return System