Identifies any pending directory groups, those that have yet to be loaded by the Interaction Center server.

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

Syntax

C#
public PendingDirectoryEntries Pending { get; }
Visual Basic
Public ReadOnly Property Pending As PendingDirectoryEntries
	Get

Remarks

DirectoryConfigurationChanged should be hooked to receive events concerning any pending directory groups.

When a directory group is identified as pending, IceLib cannot provide any specific information on which specific directory metadata may or may not be present. It is possible that once the Interaction Center server loads the pending directory group, it finds that there are no matching directories, so IceLib may report that the directory group is complete (no longer pending) but also not report the addition of any new directories.

Version Information

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

See Also