Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CancelableConnectionEventArgs Class / CancelableConnectionEventArgs Constructor
The current connection ID.
The current connection settings.
The current connection type.


In This Topic
CancelableConnectionEventArgs Constructor
In This Topic
CancelableConnectionEventArgs Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal connectionId As Integer, _
   ByVal connnectionType As ConnectionTypeOption, _
   ByVal connectionSettings As IConnectionSettings _
)
 
'Usage
 
Dim connectionId As Integer
Dim connnectionType As ConnectionTypeOption
Dim connectionSettings As IConnectionSettings
 
Dim instance As New CancelableConnectionEventArgs(connectionId, connnectionType, connectionSettings)

Parameters

connectionId
The current connection ID.
connnectionType
The current connection settings.
connectionSettings
The current connection type.
See Also