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

In This Topic
    WaitTimeout Property
    In This Topic
    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
    public int WaitTimeout {get; set;}

    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