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

◆ InitTargetAsync()

Task< TService > Sisus.Init.IServiceInitializerAsync< TService, in TFirstArgument, in TSecondArgument, in TThirdArgument, in TFourthArgument >.InitTargetAsync ( TFirstArgument firstArgument,
TSecondArgument secondArgument,
TThirdArgument thirdArgument,
TFourthArgument fourthArgument )

Initializes the service asynchronously with four other services that it depends on.

Parameters
firstArgumentFirst service used during initialization of the target service.
secondArgumentSecond service used during initialization of the target service.
thirdArgumentThird service used during initialization of the target service.
fourthArgumentFourth service used during initialization of the target service.

Implemented in Sisus.Init.ServiceInitializerAsync< TService, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument >.