OPC Labs EasyOPC “Classic” Core Library
AESubscriptionFilter Object Members
Overview 
OpcLabs_EasyOpcClassicCore ActiveX DLL : AESubscriptionFilter Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Sets array of process area strings of interest - only events or conditions in these areas will be reported.

 

DISPID (Dispatch ID):

 

For more information, see SetAreas in .NET Reference.

Sets array of event category IDs of interest.

 

DISPID (Dispatch ID):

 

For more information, see SetCategories in .NET Reference.

Sets array of event sources of interest - only events from these sources will be reported.

 

DISPID (Dispatch ID):

 

For more information, see SetSources in .NET Reference.

Public Properties
Array of process area strings of interest - only events or conditions in these areas will be reported.

 

DISPID (Dispatch ID):

 

For more information, see Areas in .NET Reference.

Array of event category IDs of interest.

 

DISPID (Dispatch ID):

 

For more information, see Categories in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

An AEEventType value specifying which event types are of interest (essentially, a bit mask).

 

DISPID (Dispatch ID):

 

For more information, see EventTypes in .NET Reference.

Highest severity of interest (inclusive).

 

DISPID (Dispatch ID):

 

For more information, see HighSeverity in .NET Reference.

Lowest severity of interest (inclusive).

 

DISPID (Dispatch ID):

 

For more information, see LowSeverity in .NET Reference.

Array of event sources of interest - only events from these sources will be reported.

 

DISPID (Dispatch ID):

 

For more information, see Sources in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

AESubscriptionFilter Object