OPC Labs EasyOPC-UA Library
UAPublishedEventsElement Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAPublishedEventsElement Object
Description
Represents a published events element in the PubSub configuration.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement
CLSID (Class ID): dd9b75e7-aefc-492b-9eb3-e28608767e1a
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedEventsElement
Event source interface:

 

For more information, see UAPublishedEventsElement and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedEventsElement in .NET Reference.

Object Model

UAPublishedEventsElement ObjectUAPublishedDataItemsElement ObjectUAPublishedDataItemsElement ObjectUAPublishedEventsElement ObjectUAPublishedVariableDataCollection CollectionUAPublishedVariableData ObjectUAPublishedEventsElement ObjectUAPublishedDataItemsElement ObjectUAPublishedEventsElement ObjectUAContentFilterElement ObjectUANodeDescriptor ObjectUASimpleAttributeOperandCollection CollectionUASimpleAttributeOperand ObjectUAContentFilterElement ObjectUAFilterOperandCollection CollectionUAFilterOperand ObjectUANodeDescriptor ObjectUABrowsePath ObjectUANodeDescriptor ObjectUANodeId ObjectUASimpleAttributeOperandCollection CollectionUASimpleAttributeOperand Object

Remarks

For remarks, see UAPublishedEventsElement and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedEventsElement in .NET Reference.

Object creation

_UAPublishedEventsElementPtr UAPublishedEventsElementPtr(__uuidof(UAPublishedEventsElement));
UAPublishedEventsElement := CoUAPublishedEventsElement.Create;
var UAPublishedEventsElement = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement");
UAPublishedEventsElement := CoUAPublishedEventsElement.Create;
$UAPublishedEventsElement = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement");
$UAPublishedEventsElement = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement");
OLEObject UAPublishedEventsElement
UAPublishedEventsElement = CREATE OLEObject
UAPublishedEventsElement.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement")
UAPublishedEventsElement = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement')
Dim UAPublishedEventsElement As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement")
Dim UAPublishedEventsElement As New UAPublishedEventsElement
UAPublishedEventsElement = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement")
Dim UAPublishedEventsElement As New UAPublishedEventsElement
Dim UAPublishedEventsElement: Set UAPublishedEventsElement = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement")
UAPublishedEventsElement := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPublishedEventsElement")
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.

 

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.

Represents a published dataset source element in the PubSub configuration.

 

IID (Interface ID): 510a31a6-100e-4929-b870-df7db35ba13c

 

For more information, see _UAPublishedDataSetSourceElement in .NET Reference.

Example

For examples, see UAPublishedEventsElement in .NET Reference.

See Also

UAPublishedEventsElement Members