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

◆ InitTargetAsync()

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

Initializes the service asynchronously with five 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.
fifthArgumentFifth service used during initialization of the target service.

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