BuildMaster SDK Reference
Version:
LazyAsync<T> Class
A lazily-initialized value that can be initialized either synchronously or asynchronously.
Syntax
public
class
LazyAsync<T>
Properties
|
Name |
Description |
|
IsValueCreated
|
Gets a value indicating whether the <typeparamref name="T" /> has already been created.
|
|
Value
|
Gets the lazily-initialized value synchronously.
|
|
ValueAsync
|
Gets the lazily-initialized value asynchronously.
|