OPC Labs EasyOPC “Classic” Library
EasyAEEventsSubscriptionArguments Object
Members 
OpcLabs_EasyOpcClassic ActiveX DLL : EasyAEEventsSubscriptionArguments Object
Description
Holds an OPC server descriptor, event subscription parameters, and possibly a callback method, as arguments to subscription operation.

 

ProgId: OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments
CLSID (Class ID): 5f7f0f43-dd9f-4f74-a0f7-90057400d531
Default interface: OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes._EasyAEEventsSubscriptionArguments
Event source interface:

 

For more information, see EasyAEEventsSubscriptionArguments and OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes._EasyAEEventsSubscriptionArguments in .NET Reference.

Object Model

EasyAEEventsSubscriptionArguments ObjectEasyAEEventsSubscriptionArguments ObjectEasyAEEventsSubscriptionArguments ObjectServerDescriptor ObjectAESubscriptionParameters ObjectServerDescriptor ObjectNetworkSecurity ObjectAESubscriptionParameters ObjectAESubscriptionFilter ObjectAEAttributeSetDictionary CollectionInt32Collection Collection

Remarks

For remarks, see EasyAEEventsSubscriptionArguments and OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.ComTypes._EasyAEEventsSubscriptionArguments in .NET Reference.

Object creation

_EasyAEEventsSubscriptionArgumentsPtr EasyAEEventsSubscriptionArgumentsPtr(__uuidof(EasyAEEventsSubscriptionArguments));
EasyAEEventsSubscriptionArguments := CoEasyAEEventsSubscriptionArguments.Create;
var EasyAEEventsSubscriptionArguments = new ActiveXObject("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments");
EasyAEEventsSubscriptionArguments := CoEasyAEEventsSubscriptionArguments.Create;
$EasyAEEventsSubscriptionArguments = Win32::OLE->new("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments");
$EasyAEEventsSubscriptionArguments = new COM("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments");
OLEObject EasyAEEventsSubscriptionArguments
EasyAEEventsSubscriptionArguments = CREATE OLEObject
EasyAEEventsSubscriptionArguments.ConnectToNewObject("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments")
EasyAEEventsSubscriptionArguments = win32com.client.Dispatch('OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments')
Dim EasyAEEventsSubscriptionArguments As New OleObject ("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments")
Dim EasyAEEventsSubscriptionArguments As New EasyAEEventsSubscriptionArguments
EasyAEEventsSubscriptionArguments = CREATEOBJECT("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments")
Dim EasyAEEventsSubscriptionArguments As New EasyAEEventsSubscriptionArguments
Dim EasyAEEventsSubscriptionArguments: Set EasyAEEventsSubscriptionArguments = CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments")
EasyAEEventsSubscriptionArguments := CreateObject("OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel.EasyAEEventsSubscriptionArguments")
Interfaces
InterfaceDescription
An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Holds arguments of an operation.

 

IID (Interface ID): eee67ffb-a7b3-43c3-8bd9-47f2805c529a

 

For more information, see _OperationArguments in .NET Reference.

Holds an OPC server descriptor and event subscription parameters as arguments to subscription operation.

 

IID (Interface ID): 13af6838-c205-49ee-84f5-d7c997c9d752

 

For more information, see _AEEventsSubscriptionArguments in .NET Reference.

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see EasyAEEventsSubscriptionArguments in .NET Reference.

See Also

EasyAEEventsSubscriptionArguments Members