Creates an instance of LicenseOperationCompletedEventArgs.
Namespace: ININ.IceLib.PeopleAssembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public LicenseOperationCompletedEventArgs( IList<bool> licenseOperationResults, Exception error, bool cancelled, Object userState ) |
Visual Basic |
---|
Public Sub New ( _ licenseOperationResults As IList(Of Boolean), _ error As Exception, _ cancelled As Boolean, _ userState As Object _ ) |
Parameters
- licenseOperationResults
- Type: System.Collections.Generic..::..IList<(Of <(<'Boolean>)>)>
The license operation results to return to the user.
- error
- Type: System..::..Exception
The exception.
- cancelled
- Type: System..::..Boolean
If set to trueTruetruetrue (True in Visual Basic) the operation was cancelled.
- userState
- Type: System..::..Object
The user-supplied object to be passed to the asynchronous license 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 3.0, supported for IC Server version 3.0 GA 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.