Click or drag to resize

SdkConfigurationDelegatesConfigReloadedDelegate Class

Indicates that configuration has been reloaded/refreshed and might have changed. This is a good time for components to update their cached configuration settings, if any.
Inheritance Hierarchy
SystemObject
  SystemDelegate
    SystemMulticastDelegate
      Sportradar.SDK.Services.SdkConfigurationSdkConfigurationDelegatesConfigReloadedDelegate

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public sealed class ConfigReloadedDelegate : MulticastDelegate

The SdkConfigurationDelegatesConfigReloadedDelegate type exposes the following members.

Constructors
 NameDescription
Public methodSdkConfigurationDelegatesConfigReloadedDelegateInitializes a new instance of the SdkConfigurationDelegatesConfigReloadedDelegate class
Top
Properties
 NameDescription
Public propertyMethodGets the method represented by the delegate.
(Inherited from Delegate)
Public propertyTargetGets the class instance on which the current delegate invokes the instance method.
(Inherited from Delegate)
Top
Methods
 NameDescription
Public methodBeginInvoke 
Public methodCloneCreates a shallow copy of the delegate.
(Inherited from Delegate)
Public methodDynamicInvokeDynamically invokes (late-bound) the method represented by the current delegate.
(Inherited from Delegate)
Public methodEndInvoke 
Public methodEqualsDetermines whether this multicast delegate and the specified object are equal.
(Inherited from MulticastDelegate)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from MulticastDelegate)
Public methodGetInvocationListReturns the invocation list of this multicast delegate, in invocation order.
(Inherited from MulticastDelegate)
Public methodGetObjectDataPopulates a SerializationInfo object with all the data needed to serialize this instance.
(Inherited from MulticastDelegate)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInvoke 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also