This class provides information about Interactions that are alerting for the Session User.

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

Collapse imageSyntax

C#
public class InteractionAlerting
Visual Basic
Public Class InteractionAlerting

Collapse imageRemarks

InteractionAlerting relies on its related Session to be connected to function properly; the Session is set via the InteractionsManager used to create the InteractionAlerting instance. If an InteractionAlerting instance is created when its related Session is not connected, it will correct itself when StartWatching()()()() or StartWatchingAsync(EventHandler<(Of <<'(AsyncStartWatchCompletedEventArgs>)>>), Object) is called. Be aware that until that time, attempting to call ToString()()()() or access the UserId property will will return a value of Empty.

Collapse imageInheritance Hierarchy

System..::..Object
  ININ.IceLib.Interactions..::..InteractionAlerting

Collapse imageVersion 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.

Collapse imageSee Also