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

◆ GetForAsync()

System.Threading.Tasks.Task< object > Sisus.Init.IValueProviderAsync.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.

Implemented in Sisus.Init.IValueProviderAsync< TValue >, and Sisus.Init.IValueProviderAsync< TValue >.