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


The following tables list the members exposed by LocalGeometryService.

Public Constructors

 NameDescription
public ConstructorLocalGeometryService ConstructorInitializes a new instance of the LocalGeometryService class.  
Top

Public Properties

 NameDescription
public PropertyErrorGets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
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 PropertyStatusGets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService)
public PropertyUrlGeometryServiceGets the Url of this LocalGeometryService instance.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)GetServiceThis method will either reuse an existing service or create a new service if one is not already running.  
public Methodstatic (Shared in Visual Basic)GetServiceAsyncOverloaded. Creates and starts a new LocalGeometryService or reuses an existing LocalGeometryService if one is already running on the LocalServer.  
public MethodStartOverridden. Synchronously starts this local geometry service instance.  
public MethodStartAsyncOverloaded. Overridden. Asynchronously starts the LocalGeometryService on the LocalServer. Returns a Task object representing the LocalGeometryService instance.  
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.