[This is preliminary documentation and subject to change.]
The __EventFilter system class is the primary system class used to register an interest in receiving events of various types.
class __EventFilter : __IndicationRelated
{
string Name;
string Query;
string QueryLanguage;
};