Skip to content

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()

Returns

Task

Released under the Apache License 2.0.