Initializes a new instance of the GetInteractionSnapshotParameters class. The three parameters form a unique key used to identify an interaction.

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

Syntax

C#
public GetInteractionSnapshotParameters(
	string interactionIdKey,
	int siteId,
	int sequenceNumber
)
Visual Basic
Public Sub New ( _
	interactionIdKey As String, _
	siteId As Integer, _
	sequenceNumber As Integer _
)

Parameters

interactionIdKey
Type: System..::..String
The interaction ID key.
siteId
Type: System..::..Int32
The site ID. Valid values are 0 to 999.
sequenceNumber
Type: System..::..Int32
The sequence number. Valid values are 0 to 255, inclusive.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic) or Empty.
System..::..ArgumentOutOfRangeExceptionsiteId is not a number between 0 and 999 (inclusive). sequenceNumber is not a number between 0 and 255 (inclusive).

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