[This is preliminary documentation and subject to change.]
The __FilterToConsumerBinding system class is an association class. The instances bind event filters to the final consumers. After the filter and consumer are bound together using this association, the event subsystem forwards the events specified by the Filter object to the consumer specified by the Consumer object.
class __FilterToConsumerBinding : __IndicationRelated
{
[key] __EventConsumer ref Consumer;
[key] __EventFilter ref Filter;
};