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

In This Topic
    Timeout Property (OracleNotificationRequest)
    In This Topic
    Specifies the time in seconds that the registration remains alive.
    Syntax
    'Declaration
     
    Public Property Timeout As Integer
    public int Timeout {get; set;}

    Property Value

    The timeout in seconds. The default value is 50000.
    Remarks

    The value 0 indicates that the registration should never expire. The valid values for timeout are between 0 and 4294967295.

    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