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

NameDescription
typeThe message type to be filtered
keyThe optional key to use for the filter