Operation<T>.HasValue Property

Definition

Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).

public abstract bool HasValue { get; }
member this.HasValue : bool
Public MustOverride ReadOnly Property HasValue As Boolean

Property Value

Applies to