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


The following tables list the members exposed by LocalService.

Public Properties

 NameDescription
public PropertyErrorGets the local service error.  
public PropertyNameUnique name for the service. Auto-assigned if no name is provided before the service is started.  
public PropertyStatusGets the LocalService status.  
Top

Public Methods

 NameDescription
public MethodStartSynchronously starts this local service instance.  
public MethodStartAsyncOverloaded. Asynchronously starts this local service instance and returns a Task object on which the Result property contains LocalService instance.  
public MethodStopSynchronously stops this local service instance.  
public MethodStopAsyncOverloaded. Asynchronously stops this local service instance, and returns a Task object.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a LocalService property value changes.  
public EventStartCompletedOccurs when the local service creation process completes.  
public EventStopCompletedOccurs when the local service has stopped.  
Top

See Also

© ESRI, Inc. All Rights Reserved.