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

In This Topic
MaxWaitTimeout Field
In This Topic
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
See Also