OPC Labs EasyOPC-UA Library
UAPubSubConnectionDataCollection Collection
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAPubSubConnectionDataCollection Collection
Description
A collection of OPC-UA PubSub connections.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection
CLSID (Class ID): 03fce393-be17-49f7-8281-3767085c0e33
Default interface: OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection
Event source interface:

 

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

Object Model

UAPubSubConnectionDataCollection CollectionUAPubSubConnectionData ObjectUAKeyValueDictionary CollectionUAPublisherId ObjectUAPubSubConnectionDescriptor ObjectUAConnectionTransportParameters ObjectUAWriterGroupDataCollection CollectionUAWriterGroupData Object

Remarks

For remarks, see UAPubSubConnectionDataCollection and OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPubSubConnectionDataCollection in .NET Reference.

Object creation

_UAPubSubConnectionDataCollectionPtr UAPubSubConnectionDataCollectionPtr(__uuidof(UAPubSubConnectionDataCollection));
UAPubSubConnectionDataCollection := CoUAPubSubConnectionDataCollection.Create;
var UAPubSubConnectionDataCollection = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection");
UAPubSubConnectionDataCollection := CoUAPubSubConnectionDataCollection.Create;
$UAPubSubConnectionDataCollection = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection");
$UAPubSubConnectionDataCollection = new COM("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection");
OLEObject UAPubSubConnectionDataCollection
UAPubSubConnectionDataCollection = CREATE OLEObject
UAPubSubConnectionDataCollection.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection")
UAPubSubConnectionDataCollection = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection')
Dim UAPubSubConnectionDataCollection As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection")
Dim UAPubSubConnectionDataCollection As New UAPubSubConnectionDataCollection
UAPubSubConnectionDataCollection = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection")
Dim UAPubSubConnectionDataCollection As New UAPubSubConnectionDataCollection
Dim UAPubSubConnectionDataCollection: Set UAPubSubConnectionDataCollection = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection")
UAPubSubConnectionDataCollection := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Configuration.UAPubSubConnectionDataCollection")
Interfaces
InterfaceDescription
 

 

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

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Example

For examples, see UAPubSubConnectionDataCollection in .NET Reference.

See Also

UAPubSubConnectionDataCollection Members