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

◆ InitTarget() [1/2]

TService Sisus.Init.IServiceInitializer< out TService, in TFirstArgument, in TSecondArgument, in TThirdArgument, in TFourthArgument, in TFifthArgument, in TSixthArgument >.InitTarget ( TFirstArgument firstArgument,
TSecondArgument secondArgument,
TThirdArgument thirdArgument,
TFourthArgument fourthArgument,
TFifthArgument fifthArgument,
TSixthArgument sixthArgument )

Initializes the service with six 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.
sixthArgumentSixth service used during initialization of the target service.

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