struct YieldAwaitable.YieldAwaiter

in global :: System . Runtime . CompilerServices

Provides an awaiter for switching into a target environment.


public bool IsCompleted { get; }

Gets a value that indicates whether a yield is not required.

  • Returns Always , which indicates that a yield is always required for .

public void OnCompleted( Action continuation )

Sets the continuation to invoke.

  • continuation The action to invoke asynchronously.

public void UnsafeOnCompleted( Action continuation )

Posts the back to the current context.

  • continuation The action to invoke asynchronously.

public void GetResult( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.