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
 

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