Gets the configuration objects that were changed.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public IDictionary<TConfigurationObject, ReadOnlyCollection<TPropertyEnum>> ObjectsChanged { get; }
Visual Basic
Public ReadOnly Property ObjectsChanged As IDictionary(Of TConfigurationObject, ReadOnlyCollection(Of TPropertyEnum))
	Get

Field Value

The changed configuration objects.

Remarks

The dictionary is keyed by the configuration objects that changed, and the value of each key is the collection of properties that changed for that configuration object. Only the properties in this collection will be available in the keyed configuration object. In order to view other properties that were not part of this notification, a call to GetConfigurationList()()()() should be made to get the current state of all of the watched properties.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also