ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
GeoprocessingResourceInternet Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace : GeoprocessingResourceInternet Class |
The following tables list the members exposed by GeoprocessingResourceInternet.
Name | Description | |
---|---|---|
GeoprocessingResourceInternet Constructor | Overloaded. Create a default instance of the Geoprocessing Internet resource. |
Name | Description | |
---|---|---|
CacheInApplicationState | Whether to use application state to cache resource information. (Inherited from GeoprocessingResourceBase) | |
CacheTimeOut | The time in hours after which resource information cached in application state should be refreshed. (Inherited from GeoprocessingResourceBase) | |
DataSource | Data source that is used for the resource. (Inherited from GISResourceBase) | |
Functionalities | Obtains the collection of functionalities associated with this GIS resource. (Inherited from GISResourceBase) | |
GPServerProxy | Overridden. The proxy class for communicating with the GIS server. | |
Initialized | Whether the resource has been initialized. (Inherited from GISResourceBase) | |
Name | Name of the GIS resource. (Inherited from GISResourceBase) | |
ResourceDefinition | Definition of the geoprocessing resource in string format. Identifies the server and geoprocessing service. (Inherited from GeoprocessingResourceBase) | |
Service | Name of the service on the GIS server. (Inherited from GeoprocessingResourceBase) | |
Url | URL of the ArcGIS Server data source. | |
ValidationInterval | How often the resource should be validated. (Inherited from GISResourceBase) | |
ValidationTimeout | Time out for validating a resource in milliseconds. (Inherited from GISResourceBase) |
Name | Description | |
---|---|---|
ClearState | Clears the state maintained by this resource. (Inherited from GISResourceBase) | |
CreateFunctionality | Creates a new instance of the GIS functionality type. (Inherited from GeoprocessingResourceBase) | |
Dispose | Disposes of the resource. | |
Initialize | Initializes the resource to make it ready to use. (Inherited from GISResourceBase) | |
LoadState | Loads the state of the resource. The data source must have been specified previously. (Inherited from GISResourceBase) | |
PerformValidation | Do the actual validation. Validate will call this method if validation is required for this initialization according to the ValidationInterval setting and whether validation has already succeeded for the session. (Inherited from GISResourceBase) | |
SaveState | Saves the state of the resource. (Inherited from GISResourceBase) | |
SupportsFunctionality | Whether the resource supports the functionality specified. (Inherited from GeoprocessingResourceBase) | |
Validate | Overridden. Validates whether the service used by the resource is up. |