VSNDK.DebugEngine.AD7PortSupplier.RemovePort C# (CSharp) Method

RemovePort() public method

Removes a port. Not implemented. (http://msdn.microsoft.com/en-ca/library/bb162306.aspx)
public RemovePort ( IDebugPort2 pPort ) : int
pPort IDebugPort2 An IDebugPort2 object that represents the port to be removed.
return int
        public int RemovePort(IDebugPort2 pPort)
        {
            throw new NotImplementedException();
        }