Skip to main content

LoadSheddingOptions.SubscribeEvents method (1 of 2)

Subscribes the global LoadShedding events.

public void SubscribeEvents(Action<ILoadSheddingEvents> eventsDelegate)
parameterdescription
eventsDelegateThe action to configure the event subscribers.

See Also


LoadSheddingOptions.SubscribeEvents method (2 of 2)

Subscribes the global LoadShedding events.

public void SubscribeEvents(Action<IServiceProvider, ILoadSheddingEvents> eventsDelegate)
parameterdescription
eventsDelegateThe action to configure the event subscribers.

See Also