Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.IValueProviderAsync Interface Reference

Description

Represents an object that can asynchronously retrieve a value for a client Component.

Base interface of IValueProvider<TValue>.

Inheritance diagram for Sisus.Init.IValueProviderAsync:
Sisus.Init.IValueProviderAsync< TValue >

Public Member Functions

System.Threading.Tasks.Task< object > GetForAsync ([AllowNull] Component client)
 Gets the value of type TValue for the client .