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 >.InitTarget ( TFirstArgument firstArgument,
TSecondArgument secondArgument,
TThirdArgument thirdArgument,
TFourthArgument fourthArgument,
TFifthArgument fifthArgument )

Initializes the service 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.ServiceInitializer< TService, TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument, TFifthArgument >.