'Declaration
Public Overloads Sub Unlisten( _ ByVal Port As System.Integer _ )
'Usage
Dim instance As DicomServer Dim Port As System.Integer instance.Unlisten(Port)
public void Unlisten( System.int Port )
public procedure Unlisten( Port: System.Integer );
public function Unlisten( Port : System.int );
public: void Unlisten( System.int Port )
public: void Unlisten( System.int Port )
Parameters
- Port
The port number which is to be closed for incoming connection.