Skip to main content

sow-delete-filter

Including the basic AMPS library:

using AMPS.Client;
using AMPS.Client.Exceptions;

Deleting all messages from a topic that match a filter:


client.sowDelete(topic, filter);