ValueTask<TResult>.IsCompleted
ValueTask<TResult>.IsCompleted
ValueTask<TResult>.IsCompleted
ValueTask<TResult>.IsCompleted
Property
Definition
Gets a value that indicates whether this object represents a completed operation.
public:
property bool IsCompleted { bool get(); };
public bool IsCompleted { get; }
member this.IsCompleted : bool
Public ReadOnly Property IsCompleted As Boolean
Property Value
true
if this object represents a completed operation; otherwise, false
.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...