C++ Client: Purge Events From a Channel
Purge events from a Universal Messaging channel
Usage
purgechan <rname> <channel name> [start eid] [end eid] [selector] [wait]
<Required Arguments>
<rname> - URL of realm to connect to
<channel name> - Channel name parameter for the channel to purge to
[Optional Arguments]
[start eid] - The Event ID to start purging from
[end eid] - The Event ID to purge to
[selector] - The purge event filter string to use
[wait] - whether to wait for a response (synchronous) or not (asynchronous)
Application Source Code