See Also

OracleAlerter Class  | OracleAlerter Members  | Interval Property  | WaitAlert Method  | Start Method

Language

Visual Basic

C#

Show All

See AlsoLanguagesDevart.Data.OracleSend comments on this topic.

Timeout Property

Devart.Data.Oracle Namespace > OracleAlerter Class : Timeout Property (OracleAlerter)

Gets or sets maximum time in seconds to wait for message to be received.

[Visual Basic]
Public Property Timeout As Integer
[C#]
public int Timeout {get; set;}

Return Type

An integer value that represents time to monitor alerts in seconds.

Remarks

The range of acceptable values is from 1 to 86400000. Setting the timeout to -1 is the same as setting it to 86400000. If the timeout is set to 0, WaitAlert returns null immediately if there is no pending alert. If the value exceeds 86400000 or is less than -1, the ArgumentOutOfRange exception is thrown.

See Also

OracleAlerter Class  | OracleAlerter Members  | Interval Property  | WaitAlert Method  | Start Method

 

 


© 2002 - 2013 Devart. All Rights Reserved.