AsyncLazy<T>.IsValueCreated 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.
public:
property bool IsValueCreated { bool get(); };
public:
property bool IsValueCreated { bool get(); };
public bool IsValueCreated { get; }
member this.IsValueCreated : bool
Public ReadOnly Property IsValueCreated As Boolean
Property Value
Returns Boolean.
Remarks
This returns false
after a call to DisposeValue().