dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / Interrupt Property

In This Topic
Interrupt Property
In This Topic
Gets or sets the interrupt processing mode.
Syntax
'Declaration
 
Public Property Interrupt As Integer
 

Property Value

An integer value (0, 1, or 2) representing the interrupt processing mode.

Remarks

Available modes:

Value Description
0 Disable interrupt processing.
1 Interrupts supported are sent, otherwise the connection is closed. (Default value)
2 Interrupts drop the connection.
See Also