__EventConsumer

[This is preliminary documentation and subject to change.]

The __EventConsumer system class is an abstract base class for all new event consumer types. Any new consumer type must derive from this class. Instances of this class are never created.

class __EventConsumer : __IndicationRelated
{
};
 

Properties

None.

See Also

__ComEventConsumer, Registering a Consumer Provider