Show / Hide Table of Contents

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 Source

StartAsync()

Start the service.

Declaration
Task StartAsync()
Returns
Type Description
Task
| Improve this Doc View Source

StopAsync()

Stop the service.

Declaration
Task StopAsync()
Returns
Type Description
Task
  • Improve this Doc
  • View Source
Back to top Generated by DocFX