Declared in ReceiverMessageWriterModel
Declaration
void AddFilter(
string key
);
Description
Adds a message type filter to the receiver model. This will ensure that only the message, with the specified key, can be filtered out.
Parameters
Name | Description |
---|---|
key | The key to use for the filter |