LoadSheddingOptions.SubscribeEvents method (1 of 2)
Subscribes the global LoadShedding events.
public void SubscribeEvents(Action<ILoadSheddingEvents> eventsDelegate)
parameter | description |
---|---|
eventsDelegate | The action to configure the event subscribers. |
See Also
- class LoadSheddingOptions
- namespace Farfetch.LoadShedding.AspNetCore.Configurators
LoadSheddingOptions.SubscribeEvents method (2 of 2)
Subscribes the global LoadShedding events.
public void SubscribeEvents(Action<IServiceProvider, ILoadSheddingEvents> eventsDelegate)
parameter | description |
---|---|
eventsDelegate | The action to configure the event subscribers. |
See Also
- class LoadSheddingOptions
- namespace Farfetch.LoadShedding.AspNetCore.Configurators