Initializes a new instance of the MakeConsultTransferCompletedEventArgs class.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public MakeConsultTransferCompletedEventArgs( ConsultTransfer consultTransfer, Exception error, bool cancelled, Object userState ) |
Visual Basic |
---|
Public Sub New ( _ consultTransfer As ConsultTransfer, _ error As Exception, _ cancelled As Boolean, _ userState As Object _ ) |
Parameters
- consultTransfer
- Type: ININ.IceLib.Interactions..::..ConsultTransfer
The ConsultTransfer.
- 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.
For 4.0, supported for IC Server version 4.0 GA and beyond.