Provides access to interaction history information for a user.

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

Syntax

C#
public class InteractionsHistory
Visual Basic
Public Class InteractionsHistory

Remarks

The InteractionsHistory class provides access to historical information about the user's interactions, such as the begin time and remote number. See HistoryItem for a complete explanation of the data provided.

Note
Currently only call-specific interaction history is supported.
When the interactions history is being watched, the class will notify the client application of any changes to the history records via registered event handlers. The data is also accessible through the HistoryDataCollection property.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Interactions..::..InteractionsHistory

Version Information

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

See Also