mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class AwaiterExtensions.SimpleCoroutineAwaiter

    Processes Coroutine and notifies completion.

    Inheritance
    Object
    AwaiterExtensions.SimpleCoroutineAwaiter
    Implements
    INotifyCompletion
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class SimpleCoroutineAwaiter : INotifyCompletion, INotifyCompletion

    Properties

    IsCompleted

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

    IsCompleted

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

    Methods

    Complete(Exception)

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

    Complete(Exception)

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

    GetResult()

    Declaration
    public void GetResult()

    GetResult()

    Declaration
    public void GetResult()

    Implements

    INotifyCompletion
    In This Article
    • Properties
      • IsCompleted
      • IsCompleted
    • Methods
      • Complete(Exception)
      • Complete(Exception)
      • GetResult()
      • GetResult()
    • Implements
    Back to top Generated by DocFX