struct ValueTaskAwaiter
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 ValueTask has completed; otherwise, .
public void OnCompleted( Action continuation )
Schedules the continuation action for this .
continuationThe continuation action for this .
public void UnsafeOnCompleted( Action continuation )
Schedules the continuation action for this ValueTask.
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.