Identifies if this contact directory has pending contact entries that still need to be loaded from 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 PendingStatus PendingStatus { get; }
Visual Basic
Public ReadOnly Property PendingStatus As PendingStatus
	Get

Remarks

In general, if a directory is pending then it will not have any contact entries and if it is not pending it will have all of the currently available contact entries. If a directory is marked as Pending once contacts are loaded the ContactDirectoryChanged event will be used to notify that contacts are available.

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