The following tables list the members exposed by LocalGeoprocessingService.
Name | Description | |
---|---|---|
LocalGeoprocessingService Constructor | Overloaded. |
Name | Description | |
---|---|---|
Error | Gets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
MaxRecords | Specifies the maximum number of records that can be returned by the Geoprocessing service. | |
Name | Unique name for the service. Auto-assigned if no name is provided before the service is started. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
Path | Gets or sets the path or Url to the geoprocessing package. | |
ServiceType | Specifies the execution type of the local geoprocessing service. | |
Status | Gets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
Tasks | This will return a collection of GeoprocessingTaskInfo that are describing each Geoprocessing Task available with the Geoprocessing Service. | |
UrlGeoprocessingService | Gets the Url of the local geoprocessing service. |
Name | Description | |
---|---|---|
GetService | Overloaded. This method will either reuse an existing service for the supplied path and execution type or create a new service if one is not already running. | |
GetServiceAsync | Overloaded. This will either reuse an existing service for the supplied path, or make a new service if its not already running. | |
Start | Overridden. Synchronously starts the local service instance. | |
StartAsync | Overloaded. Overridden. Asynchronously starts the local geoprocessing service. | |
Stop | Synchronously stops this local service instance. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StopAsync | Overloaded. Asynchronously stops this local service instance, and returns a Task object. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a LocalService property value changes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StartCompleted | Occurs when the local service creation process completes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
StopCompleted | Occurs when the local service has stopped. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) |