dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class / WaitTimeout Property

WaitTimeout Property
Gets or sets the wait time in seconds if there is currently no message available which matches the search criteria.
Syntax
'Declaration
 
Public Property WaitTimeout As Integer
 

Property Value

The default value is -1 which means wait forever.
Remarks
If WaitTimeout less than 0, wait forever (by default). WaitTimeout 0 means do not wait at all; if there are no messages, an exception is raised.
Requirements

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

See Also