For a datawriter that is writing keyed data to a persistence service, does calling that datawriter's .dispose(instance_handle) method result in the instance data that was stored by the persistence service being purged? Or is some further processing necessary in order to remove this data permanently?
Thanks,
Jake
I would like to close out this thread since I found the solution. By setting the "trace_file" in my persistence service qos I was able to confirm that the database is in fact purged whenever the data is disposed.