Interface IProbe
Namespace: Sensus.Probes
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface IProbe
Methods
RestartAsync()
Declaration
Task RestartAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
StartAsync()
Declaration
Task StartAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
StopAsync()
Declaration
Task StopAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |