dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDependency Class / Port Property

In This Topic
    Port Property (OracleDependency)
    In This Topic
    Gets or sets the port number that the notification listener listens on.
    Syntax
    'Declaration
     
    Public Shared Property Port As Integer
    public static int Port {get; set;}

    Property Value

    The port number to listen on. If the port number is set to 0, a random port number is assigned for the listener when the listener is started.
    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