This class provides information about Interactions that are alerting for the Session
User.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class InteractionAlerting |
Visual Basic |
---|
Public Class InteractionAlerting |
Remarks
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.
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Interactions..::..InteractionAlerting
ININ.IceLib.Interactions..::..InteractionAlerting
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.
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.