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

◆ InitTarget() [1/2]

TService Sisus.Init.IServiceInitializer< out TService >.InitTarget ( )

Returns a new instance of the TService class, or null.

If this method returns null, it tells the framework that it should handle creating the instance internally.

If more control is needed, this method can be implemented to take over control of the creation of the service object from the framework.

Returns
A new instance of the TService class, or null if the framework should create the instance automatically.

Implemented in Sisus.Init.ServiceInitializer< TService >.