struct ValueTaskAwaiter<TResult>

in global :: System . Runtime . CompilerServices

Provides an awaiter for a .


public bool IsCompleted { get; }

Gets a value that indicates whether the has completed.

  • Returns if the has completed; otherwise, .

public void OnCompleted( Action continuation )

Schedules the continuation action for this .

public void UnsafeOnCompleted( Action continuation )

Schedules the continuation action for this ValueTask.

  • continuation The continuation action for this .

public TResult 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.