Share via


AsyncLazy<T>.IsValueFactoryCompleted Property

Definition

Gets a value indicating whether the value factory has been invoked and has run to completion.

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

Property Value

Remarks

This returns false after a call to DisposeValue().

Applies to