dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAlerter Class / Timeout Property

In This Topic
    Timeout Property (OracleAlerter)
    In This Topic
    Gets or sets maximum time in seconds to wait for message to be received.
    Syntax
    'Declaration
     
    Public Property Timeout As Integer
    public int Timeout {get; set;}

    Property Value

    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, OracleAlerter.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.
    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