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

◆ RemoveInstanceChangedListener< TService >()

static void Sisus.Init.Service.RemoveInstanceChangedListener< TService > ( ServiceChangedHandler< TService > method)
static

Unsubscribes the provided method from listening for changes made to the shared instance of service of type TService .

Template Parameters
TServiceThe defining type of the service.
Parameters
methodMethod that should no longer be called when the shared instance of service of type TService has changed to a different one.