The following tables list the members exposed by LocalGeometryService.
Name | Description | |
---|---|---|
LocalGeometryService Constructor | Initializes a new instance of the LocalGeometryService class. |
Name | Description | |
---|---|---|
Error | Gets the local service error. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
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) | |
Status | Gets the LocalService status. (Inherited from ESRI.ArcGIS.Client.Local.LocalService) | |
UrlGeometryService | Gets the Url of this LocalGeometryService instance. |
Name | Description | |
---|---|---|
GetService | This method will either reuse an existing service or create a new service if one is not already running. | |
GetServiceAsync | Overloaded. Creates and starts a new LocalGeometryService or reuses an existing LocalGeometryService if one is already running on the LocalServer. | |
Start | Overridden. Synchronously starts this local geometry service instance. | |
StartAsync | Overloaded. Overridden. Asynchronously starts the LocalGeometryService on the LocalServer. Returns a Task object representing the LocalGeometryService instance. | |
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) |