The following tables list the members exposed by LocalServer.
Name | Description | |
---|---|---|
![]() ![]() | InitializationError | Gets an Exception containing the LocalServer InitializationError. |
![]() ![]() | IsRunning | Gets a value indicating whether the LocalServer is initialized. |
![]() ![]() | Services | Returns the collection of active local services. These services can be in a Starting, Running, or Stopping state. |
![]() ![]() | Status | Gets the current status of the LocalServer. |
![]() ![]() | Url | Returns the URL to the services directory on the LocalServer when the LocalServer is running. |
Name | Description | |
---|---|---|
![]() ![]() | Initialize | Synchronously starts the runtime local server. |
![]() ![]() | InitializeAsync | Overloaded. Asynchronously initializes the LocalServer. |
![]() ![]() | Shutdown | Shutsdown the LocalServer synchronously if it is running. |
![]() ![]() | ShutdownAsync | Overloaded. Asynchronously shuts down the LocalServer. |
Name | Description | |
---|---|---|
![]() | InitializeCompleted | Occurs when the local server is initialized. |
![]() | PropertyChanged | Occurs when a property value changes. |
![]() | ShutdownCompleted | Occurs when the local server shuts down. |