Initializes a new instance of the WrapUpAssignment class.

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 WrapUpAssignment(
	InteractionId interactionId,
	InteractionId sourceInteractionId,
	int segmentId,
	string wrapUpCode,
	DateTime timeStamp
)
Visual Basic
Public Sub New ( _
	interactionId As InteractionId, _
	sourceInteractionId As InteractionId, _
	segmentId As Integer, _
	wrapUpCode As String, _
	timeStamp As DateTime _
)

Parameters

interactionId
Type: ININ.IceLib.Interactions..::..InteractionId
The InteractionId of the interaction that will receive the wrap-up code.
sourceInteractionId
Type: ININ.IceLib.Interactions..::..InteractionId
The InteractionId of the interaction that contains the attribute requiring a wrap-up code.
segmentId
Type: System..::..Int32
The segment ID for the wrap-up assignment. This should be a reference to LastSegment.
wrapUpCode
Type: System..::..String
The wrap up code.
timeStamp
Type: System..::..DateTime
The time stamp.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionThe interactionId is nullNothingnullptra null reference (Nothing in Visual Basic).

Version Information

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

See Also