Initializes a new instance of the CustomMessageHeader class.

Namespace: ININ.IceLib.Connection.Extensions
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public CustomMessageHeader(
	CustomMessageType type,
	string objectId,
	string eventId
)
Visual Basic
Public Sub New ( _
	type As CustomMessageType, _
	objectId As String, _
	eventId As String _
)

Parameters

type
Type: ININ.IceLib.Connection.Extensions..::..CustomMessageType
The custom notification type.
objectId
Type: System..::..String
The object ID.
eventId
Type: System..::..String
The event ID.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionOne of the arguments is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentOutOfRangeExceptiontype is not a valid value for CustomMessageType.

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.
For 2.4, supported for IC Server version 2.4 SU 28 and beyond.

See Also