Skip to content

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

Task

A task representing the cleanup operation.

Released under the Apache License 2.0.