|  | IRemovedNodePruning Methods | 
The IRemovedNodePruning type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Merge(T) | 
            Monotonic merge method.
            (Inherited from IReplicatedDataT.) | 
|  | NeedPruningFrom | 
            Does it have any state changes from a specific node,
            which has been removed from the cluster.
            (Inherited from IRemovedNodePruningT.) | 
|  | Prune | 
            When the removedNode node has been removed from the cluster the state
            changes from that node will be pruned by collapsing the data entries
            to another node.
            (Inherited from IRemovedNodePruningT.) | 
|  | PruningCleanup | 
            Remove data entries from a node that has been removed from the cluster
            and already been pruned.
            (Inherited from IRemovedNodePruningT.) | 
 See Also
See Also