Initializes a new instance of the GetProfileItemCompletedEventArgs class.

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

Syntax

C#
public GetProfileItemCompletedEventArgs(
	ProfileItem profileItem,
	Exception error,
	bool cancelled,
	Object userState
)
Visual Basic
Public Sub New ( _
	profileItem As ProfileItem, _
	error As Exception, _
	cancelled As Boolean, _
	userState As Object _
)

Parameters

profileItem
Type: ININ.IceLib.Connection.Extensions..::..ProfileItem
The profile item.
error
Type: System..::..Exception
The error.
cancelled
Type: System..::..Boolean
If set to trueTruetruetrue (True in Visual Basic) the operation was cancelled.
userState
Type: System..::..Object
State of the user.

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.

See Also