3.1.6.2 DeletePortInUse

DeletePortInUse is an abstract interface called by applications and services on the local computer to delete a PortInUse object from the server's PortsInUse collection. The interface is defined as follows:

 void DeletePortInUse([in] PortInUse portToDelete);

Input Parameter: portToDelete: The PortInUse object to be deleted. If the port is not found in the server's PortsInUse collection, the method has no effect.

Output Parameter: None.