dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / MaxWaitTimeout Field
Example

MaxWaitTimeout Field
Returns the max allowed value for the Timeout property.
Syntax
'Declaration
 
Public Const MaxWaitTimeout As Integer
 

Field Value

The max allowed value for the Timeout property.
Example
This field can be used, for example, in the following way:
OracleAlerter alerter = new OracleAlerter();
alerter.Timeout = OracleAlerter.MaxWaitTimeout;
Dim alerter As New OracleAlerter()
alerter.Timeout = OracleAlerter.MaxWaitTimeout
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