C# Class SuperMap.Web.iServerJava2.GetEntityService

${iServer2_GetEntityService_Title}

${iServer2_GetEntityService_Description}

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

Public Methods

Method Description
GetEntityService ( ) : System

${iServer2_GetEntityService_constructor_None_D}

GetEntityService ( string url ) : System

${iServer2_GetEntityService_constructor_String_D}

ProcessAsync ( GetEntityParameters parameters ) : void

${iServer2_GetEntityService_method_ProcessAsync_D}

ProcessAsync ( GetEntityParameters parameters, object state ) : void

${iServer2_GetEntityService_method_ProcessAsync_D}

Private Methods

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

Method Details

GetEntityService() public method

${iServer2_GetEntityService_constructor_None_D}
public GetEntityService ( ) : System
return System

GetEntityService() public method

${iServer2_GetEntityService_constructor_String_D}
public GetEntityService ( string url ) : System
url string ${iServer2_GetEntityService_constructor_String_param_url}
return System

ProcessAsync() public method

${iServer2_GetEntityService_method_ProcessAsync_D}
public ProcessAsync ( GetEntityParameters parameters ) : void
parameters GetEntityParameters ${iServer2_GetEntityService_method_ProcessAsync_param_parameters}
return void

ProcessAsync() public method

${iServer2_GetEntityService_method_ProcessAsync_D}
public ProcessAsync ( GetEntityParameters parameters, object state ) : void
parameters GetEntityParameters ${iServer2_GetEntityService_method_ProcessAsync_param_parameters}
state object ${iServer2_GetEntityService_method_ProcessAsync_param_state}
return void