LazyAsyncTValue Property
Gets the lazily initialized value of the current
LazyAsyncT.
If the value have not been initialized, blocks the calling thread until the value get initialized.
If during initialization an exception have been thrown,
it will wrapped into
AggregateException and rethrowned on accessing this property.
Namespace: DevCase.Runtime.ThreadingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public ReadOnly Property Value As T
Get
Dim instance As LazyAsync
Dim value As T
value = instance.Value
public:
property T Value {
T get ();
}
member Value : 'T with get
No code example is currently available or this language may not be supported.
Property Value
T
Tthe lazily initialized value of the current
LazyAsyncT.