[#BloombergLP-ball-MultiplexObserver-releaseRecords] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/MultiplexObserver.adoc[MultiplexObserver]::releaseRecords :relfileprefix: ../../../ :mrdocs: Discard any shared reference to a `Record` object that was supplied to the `publish` method, and is held by this observer. This implementation processes `releaseRecords` by calling `releaseRecords` on each of the registered observers. Note that this operation should be called if resources underlying the previously provided shared pointers must be released. == Synopsis Declared in `<ball_multiplexobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void releaseRecords() override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#