__FilterToConsumerBinding

[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;
};
 

Properties

Consumer
The object path to the consumer object that expects to receive the events.
Filter
The object path to the filter object that contains the query specifying the events of interest.

See Also

Creating and Event Filter