Table of Contents

Method GetAwaiter

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetAwaiter()

Asynchronous infrastructure support. This method permits instances of AsyncLazy<T> to be await'ed.

public TaskAwaiter<T> GetAwaiter()

Returns

TaskAwaiter<T>