Search Results for

    Show / Hide Table of Contents

    Class AwaiterExtensions.SimpleCoroutineAwaiter

    Processes Coroutine and notifies completion.

    Inheritance
    object
    AwaiterExtensions.SimpleCoroutineAwaiter
    Namespace: i5.Toolkit.Core.Utilities.Async
    Assembly: cs.temp.dll.dll
    Syntax
    public class AwaiterExtensions.SimpleCoroutineAwaiter : INotifyCompletion

    Properties

    IsCompleted

    Declaration
    public bool IsCompleted { get; }
    Property Value
    Type Description
    bool

    Methods

    Complete(Exception)

    Declaration
    public void Complete(Exception e)
    Parameters
    Type Name Description
    Exception e

    GetResult()

    Declaration
    public void GetResult()
    In this article
    Back to top i5 Toolkit Documentation