Miner.Interop.Process Assembly > Miner.Interop.Process Namespace : IMMPxCleanuplist Interface |
The following tables list the members exposed by IMMPxCleanuplist.
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. |