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

◆ GetForAsync() [2/2]

async System.Threading.Tasks.Task< object > IValueProviderAsync. 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
An awaitable task for retriving the value for the client , if available; otherwise, a completed task with the result of null.

Implements Sisus.Init.IValueProviderAsync.