Initializes a new instance of the InvitePartyCompletedEventArgs 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 InvitePartyCompletedEventArgs(
	Interaction interaction,
	Exception error,
	bool cancelled,
	Object userState
)
Visual Basic
Public Sub New ( _
	interaction As Interaction, _
	error As Exception, _
	cancelled As Boolean, _
	userState As Object _
)

Parameters

interaction
Type: ININ.IceLib.Interactions..::..Interaction
The Interaction.
error
Type: System..::..Exception
The error.
cancelled
Type: System..::..Boolean
Not currently supported.
userState
Type: System..::..Object
The user-supplied object to be passed to the asynchronous password policy operation.

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