Method CleanupSensorAsync
Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll
CleanupSensorAsync()
Cleans up the device after use. Demonstrates [Teardown] attribute for cleanup.
csharp
[Teardown(Order = 1)]
Task CleanupSensorAsync()
Returns
A task representing the cleanup operation.