Skip to content

Method InitializeAsync

Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll

InitializeAsync()

Setup method that initializes the device. Demonstrates [Setup] attribute for initialization code.

csharp
[Setup(Order = 1)]
public virtual Task InitializeAsync()

Returns

Task

Released under the Apache License 2.0.