Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ GetForAsync() [1/2]

new System.Threading.Tasks.Task< TValue > Sisus.Init.IValueProviderAsync< TValue >.GetForAsync ( [AllowNull] Component client)

Gets the value of type TValue for the client .

Parameters
clientThe component requesting the value, if request is coming from a component; otherwise, null.
Returns
Awaitable<TValue> that can be awaitawaited

to get the value of type TValue, if available; otherwise, a completed task with the result of null.

Implements Sisus.Init.IValueProviderAsync.