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

Interrupt Property
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also