AsyncLazyInitializer.IsCompleted Property

Definition

Gets a value indicating whether the action has executed completely, regardless of whether it threw an exception.

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

Property Value

Applies to