Table of Contents

Method GetAwaiter

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetAwaiter()

Gets the awaiter for this asynchronous operation producing a result.

IAwaiter<out TResult> GetAwaiter()

Returns

IAwaiter<TResult>

An awaiter that yields a TResult on completion.