Initializes a new instance of the GetAuthenticationTokenCompletedEventArgs class.

Note: This constructor is supported for IC Server version 2016 R2 and beyond.

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

Syntax

C#
public GetAuthenticationTokenCompletedEventArgs(
	string authenticationToken,
	Guid authenticationTokenSeed,
	Exception error,
	bool cancelled,
	Object userState
)
Visual Basic
Public Sub New ( _
	authenticationToken As String, _
	authenticationTokenSeed As Guid, _
	error As Exception, _
	cancelled As Boolean, _
	userState As Object _
)

Parameters

authenticationToken
Type: System..::..String
The authentication token.
authenticationTokenSeed
Type: System..::..Guid
The authentication token seed.
error
Type: System..::..Exception
The error, if one occurred.
cancelled
Type: System..::..Boolean
If set to trueTruetruetrue (True in Visual Basic) the operation was cancelled.
userState
Type: System..::..Object
An object that contains state information for this request.

Version Information

Supported for IC Server version 2016 R2 and beyond.

See Also