Returns the max allowed value for the
Timeout property.
public const int MaxWaitTimeout
'Declaration
Public Const MaxWaitTimeout As Integer
Field Value
The max allowed value for the
Timeout property.
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