Initializes a new instance of the GetInteractionSnapshotParameters class. The first three parameters form a unique key used to identify an interaction. The fourth allows the results to be returned formatted for a particular culture.

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,
	CultureInfo cultureInfo
)
Visual Basic
Public Sub New ( _
	interactionIdKey As String, _
	siteId As Integer, _
	sequenceNumber As Integer, _
	cultureInfo As CultureInfo _
)

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.
cultureInfo
Type: System.Globalization..::..CultureInfo
The culture in which to format the results.

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

See Also