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


The following tables list the members exposed by LocalServer.

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic)InitializationErrorGets an Exception containing the LocalServer InitializationError.  
public Propertystatic (Shared in Visual Basic)IsRunningGets a value indicating whether the LocalServer is initialized.  
public Propertystatic (Shared in Visual Basic)ServicesReturns the collection of active local services. These services can be in a Starting, Running, or Stopping state.  
public Propertystatic (Shared in Visual Basic)StatusGets the current status of the LocalServer.  
public Propertystatic (Shared in Visual Basic)UrlReturns the URL to the services directory on the LocalServer when the LocalServer is running.  
Top

Public Methods

 NameDescription
public Methodstatic (Shared in Visual Basic)InitializeSynchronously starts the runtime local server.  
public Methodstatic (Shared in Visual Basic)InitializeAsyncOverloaded. Asynchronously initializes the LocalServer.  
public Methodstatic (Shared in Visual Basic)ShutdownShutsdown the LocalServer synchronously if it is running.  
public Methodstatic (Shared in Visual Basic)ShutdownAsyncOverloaded. Asynchronously shuts down the LocalServer.  
Top

Public Events

 NameDescription
public EventInitializeCompletedOccurs when the local server is initialized.  
public EventPropertyChangedOccurs when a property value changes.  
public EventShutdownCompletedOccurs when the local server shuts down.  
Top

See Also

© ESRI, Inc. All Rights Reserved.