Declared in ReceiverMessageWriterModel
Declaration
void AddMessageFilter(
Type type,
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 |
---|---|
type | The message type to be filtered |
key | The optional key to use for the filter |