Table of Contents

Method WaitForValueAsync

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

WaitForValueAsync()

Returns a task that waits until a value of type T is assigned.

public Task<T> WaitForValueAsync()

Returns

Task<T>