Admin Production rocket
Current Publication

CancelableConnectionEventArgs Constructor

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
The current connection ID.
The current connection settings.
The current connection type.
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