The following tables list the members exposed by LocalService.
Name | Description | |
---|---|---|
Error | Gets the local service error. | |
Name | Unique name for the service. Auto-assigned if no name is provided before the service is started. | |
Status | Gets the LocalService status. |
Name | Description | |
---|---|---|
Start | Synchronously starts this local service instance. | |
StartAsync | Overloaded. Asynchronously starts this local service instance and returns a Task object on which the Result property contains LocalService instance. | |
Stop | Synchronously stops this local service instance. | |
StopAsync | Overloaded. Asynchronously stops this local service instance, and returns a Task object. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a LocalService property value changes. | |
StartCompleted | Occurs when the local service creation process completes. | |
StopCompleted | Occurs when the local service has stopped. |