ArcGIS Runtime SDK for WPF - Library Reference
LocalGeoprocessingService Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client.Local Namespace : LocalGeoprocessingService Class


The following tables list the members exposed by LocalGeoprocessingService.

Public Constructors

 NameDescription
public ConstructorLocalGeoprocessingService ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyErrorGets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyMaxRecordsSpecifies the maximum number of records that can be returned by the Geoprocessing service.  
public PropertyNameUnique name for the service. Auto-assigned if no name is provided before the service is started. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyPathGets or sets the path or Url to the geoprocessing package.  
public PropertyServiceTypeSpecifies the execution type of the local geoprocessing service.  
public PropertyStatusGets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyTasksThis will return a collection of GeoprocessingTaskInfo that are describing each Geoprocessing Task available with the Geoprocessing Service.  
public PropertyUrlGeoprocessingServiceGets the Url of the local geoprocessing service.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)GetServiceOverloaded. 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.  
public Methodstatic (Shared in Visual Basic)GetServiceAsyncOverloaded. This will either reuse an existing service for the supplied path, or make a new service if its not already running.  
public MethodStartOverridden. Synchronously starts the local service instance.  
public MethodStartAsyncOverloaded. Overridden. Asynchronously starts the local geoprocessing service.  
public MethodStopSynchronously stops this local service instance. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public MethodStopAsyncOverloaded. Asynchronously stops this local service instance, and returns a Task object. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a LocalService property value changes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public EventStartCompletedOccurs when the local service creation process completes. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public EventStopCompletedOccurs when the local service has stopped. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
Top

See Also

© ESRI, Inc. All Rights Reserved.