OPC Labs EasyOPC-UA Library
EasyUASubscriberSharedParameters Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUASubscriberSharedParameters Object
Description
Parameters that are always shared by all instances of the OPC-UA subscriber component.

 

ProgId: OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters
CLSID (Class ID): f6a3e4e3-cbf9-441a-96b6-8f65e8a1707a
Default interface: OpcLabs.EasyOpc.UA.PubSub.Engine.ComTypes._EasyUASubscriberSharedParameters
Event source interface:

 

For more information, see EasyUASubscriberSharedParameters and OpcLabs.EasyOpc.UA.PubSub.Engine.ComTypes._EasyUASubscriberSharedParameters in .NET Reference.

Object Model

EasyUASubscriberSharedParameters ObjectConfigurationPartCollection CollectionPluginSetupCollection CollectionPluginSetup Object

Remarks

For remarks, see EasyUASubscriberSharedParameters and OpcLabs.EasyOpc.UA.PubSub.Engine.ComTypes._EasyUASubscriberSharedParameters in .NET Reference.

Object creation

_EasyUASubscriberSharedParametersPtr EasyUASubscriberSharedParametersPtr(__uuidof(EasyUASubscriberSharedParameters));
EasyUASubscriberSharedParameters := CoEasyUASubscriberSharedParameters.Create;
var EasyUASubscriberSharedParameters = new ActiveXObject("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters");
EasyUASubscriberSharedParameters := CoEasyUASubscriberSharedParameters.Create;
$EasyUASubscriberSharedParameters = Win32::OLE->new("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters");
$EasyUASubscriberSharedParameters = new COM("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters");
OLEObject EasyUASubscriberSharedParameters
EasyUASubscriberSharedParameters = CREATE OLEObject
EasyUASubscriberSharedParameters.ConnectToNewObject("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters")
EasyUASubscriberSharedParameters = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters')
Dim EasyUASubscriberSharedParameters As New OleObject ("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters")
Dim EasyUASubscriberSharedParameters As New EasyUASubscriberSharedParameters
EasyUASubscriberSharedParameters = CREATEOBJECT("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters")
Dim EasyUASubscriberSharedParameters As New EasyUASubscriberSharedParameters
Dim EasyUASubscriberSharedParameters: Set EasyUASubscriberSharedParameters = CreateObject("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters")
EasyUASubscriberSharedParameters := CreateObject("OpcLabs.EasyOpc.UA.PubSub.Engine.EasyUASubscriberSharedParameters")
Interfaces
InterfaceDescription
Contains parameters that influence the behavior of a generic component.

 

IID (Interface ID): cf8ba9e2-1527-434f-a8ad-15179d4ef1a7

 

For more information, see _ComponentParameters in .NET Reference.

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.

Base class for parameter objects, providing functionality such as standard names.

 

IID (Interface ID): 6d244bf5-d5df-409a-85a2-7bc8c14ef351

 

For more information, see _Parameters 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 EasyUASubscriberSharedParameters in .NET Reference.

See Also

EasyUASubscriberSharedParameters Members