Represents a callback interaction within the Interaction Center system. Callback interactions occur when agents call a customer in accordance with a callback request.

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 CallbackInteraction : Interaction
Visual Basic
Public Class CallbackInteraction _
	Inherits Interaction

Remarks

To set a callback request to completed, call the SetCompletion(CallbackSetCompletionParameters) method and provide a boolean to indicate success or failure. When the asynchronous method returns it invokes the completedCallback delegate.

Calling properties on this object without a watch in place raises the NotCachedException.

Note
The asynchronous methods are preferred since the stop completion task can be lengthy.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Interactions..::..Interaction
    ININ.IceLib.Interactions..::..CallbackInteraction

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