ValueTask<TResult>.IsCompletedSuccessfully Property

Definition

Gets a value that indicates whether this object represents a successfully completed operation.

public:
 property bool IsCompletedSuccessfully { bool get(); };
public bool IsCompletedSuccessfully { get; }
member this.IsCompletedSuccessfully : bool
Public ReadOnly Property IsCompletedSuccessfully As Boolean

Property Value

true if this object represents a successfully completed operation; otherwise, false.

Applies to