AsyncLazy<T>.IsValueFactoryCompleted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().