Interface IService
A service is async and can be started and stopped.
Namespace: PeerTalk
Assembly: PeerTalk.dll
Syntax
public interface IService
Methods
| Improve this Doc View SourceStartAsync()
Start the service.
Declaration
Task StartAsync()
Returns
Type | Description |
---|---|
Task |
StopAsync()
Stop the service.
Declaration
Task StopAsync()
Returns
Type | Description |
---|---|
Task |