Method CleanupAsync
Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll
CleanupAsync()
Teardown method that cleans up the device. Demonstrates [Teardown] attribute for cleanup code.
csharp
[Teardown(Order = 1)]
public virtual Task CleanupAsync()