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