OPC Labs EasyOPC-UA Library
UAPubSubConfigurationElement Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAPubSubConfigurationElement Object
Description
An element that represents the PubSub configuration.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConfigurationElement
CLSID (Class ID): 58ce4825-46eb-4f44-8fa5-cdce71f78e94
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConfigurationElement
Event source interface:

 

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

Object Model

UAPubSubConfigurationElement ObjectUADiscoveryElementCollection CollectionUADiscoveryElement Object

Remarks

For remarks, see UAPubSubConfigurationElement and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConfigurationElement in .NET Reference.

Object creation

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

Example

For examples, see UAPubSubConfigurationElement in .NET Reference.

See Also

UAPubSubConfigurationElement Members