 
            | Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxCleanuplist Interface | 
For a list of all members of this type, see IMMPxCleanuplist members.
| Name | Description | |
|---|---|---|
|  | Add | Method to add a node to the cleanup list. Input parameters are node type ID and node ID (both as long). | 
|  | Count | Method returns a count of the nodes in the cleanup list (as long). | 
|  | NodeId | Method returns the NodeId (as long), given the index position (as long input parameter). | 
|  | nodeTypeId | Method returns the nodeTypeId (as long), given the index position (as long input parameter). | 
|  | Remove | Method removes a node from the cleanup list, given the index position (as long input parameter). | 
|  | RemoveAll | Method removes all nodes from the cleanup list. |