Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.