Initializes a new instance of AssistanceParticipant with the specified parameters.

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 AssistanceParticipant(
	string userId,
	string displayName,
	AssistanceParticipantAction action
)
Visual Basic
Public Sub New ( _
	userId As String, _
	displayName As String, _
	action As AssistanceParticipantAction _
)

Parameters

userId
Type: System..::..String
The user ID of the participant.
displayName
Type: System..::..String
The display name of the participant.
action
Type: ININ.IceLib.Interactions..::..AssistanceParticipantAction
The action in regards to the assistance request of the participant.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionThe is not in the valid values of AssistanceParticipantAction.

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