Initializes a new instance of the CallbackInteractionParameters class.

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 CallbackInteractionParameters(
	string scopedQueueName,
	string callbackPhone,
	string callbackMessage,
	Dictionary<string, string> additionalAttributes
)
Visual Basic
Public Sub New ( _
	scopedQueueName As String, _
	callbackPhone As String, _
	callbackMessage As String, _
	additionalAttributes As Dictionary(Of String, String) _
)

Parameters

scopedQueueName
Type: System..::..String
The scoped name of the queue to which to add the callback interaction.
callbackPhone
Type: System..::..String
The callback phone number.
callbackMessage
Type: System..::..String
The callback message.
additionalAttributes
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
Additional attributes to use to construct the callback.

Collapse imageRemarks

Valid additional attributes include RemoteName, RemoteAddress, RemoteId, LocalName, LocalAddress and LocalId.

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 SU 11 and beyond.

Collapse imageSee Also