![]() |
Init(args)
Scripting Reference
|
Represents an initializer that specifies how a service of type TService should be initialized asynchronously.
Implemented by initializers of services that depend on one other service and are initialized manually via the InitTargetAsync method.
TService | The concrete type of the initialized service. |
TArgument | Type of another service which the service of type TService depends on. |
Public Member Functions | |
Task< TService > | InitTargetAsync (TArgument argument) |
Initializes the service asynchronously with another service that it depends on. | |