Click or drag to resize

SdkConfigurationSectionOnConfigurationReloaded Event

Event fired every time that configuration is reloaded / refreshed and might have changed. This is a good time for components to update their cached configuration settings, if any.

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public event SdkConfigurationDelegatesConfigReloadedDelegate OnConfigurationReloaded

Value

SdkConfigurationDelegatesConfigReloadedDelegate

Implements

ISdkConfigurationOnConfigurationReloaded
See Also