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
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