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.
    See Also