OPC Labs EasyOPC-UA Library
EasyUASubscriptionChangeArguments Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUASubscriptionChangeArguments Object
Description
Contains arguments describing how the OPC-UA monitoring item subscription should be changed.

 

ProgId: OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments
CLSID (Class ID): 91d1a440-91e9-4776-8902-e36547a07083
Default interface: OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUASubscriptionChangeArguments
Event source interface:

 

For more information, see EasyUASubscriptionChangeArguments and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUASubscriptionChangeArguments in .NET Reference.

Object Model

EasyUASubscriptionChangeArguments ObjectOperationArguments ObjectOperationArguments ObjectUAMonitoringParameters ObjectUADataChangeFilter ObjectUAQualifiedName ObjectUAEventFilter ObjectUASubscriptionParameters Object

Remarks

For remarks, see EasyUASubscriptionChangeArguments and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._EasyUASubscriptionChangeArguments in .NET Reference.

Object creation

_EasyUASubscriptionChangeArgumentsPtr EasyUASubscriptionChangeArgumentsPtr(__uuidof(EasyUASubscriptionChangeArguments));
EasyUASubscriptionChangeArguments := CoEasyUASubscriptionChangeArguments.Create;
var EasyUASubscriptionChangeArguments = new ActiveXObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments");
EasyUASubscriptionChangeArguments := CoEasyUASubscriptionChangeArguments.Create;
$EasyUASubscriptionChangeArguments = Win32::OLE->new("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments");
$EasyUASubscriptionChangeArguments = new COM("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments");
OLEObject EasyUASubscriptionChangeArguments
EasyUASubscriptionChangeArguments = CREATE OLEObject
EasyUASubscriptionChangeArguments.ConnectToNewObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments")
EasyUASubscriptionChangeArguments = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments')
Dim EasyUASubscriptionChangeArguments As New OleObject ("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments")
Dim EasyUASubscriptionChangeArguments As New EasyUASubscriptionChangeArguments
EasyUASubscriptionChangeArguments = CREATEOBJECT("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments")
Dim EasyUASubscriptionChangeArguments As New EasyUASubscriptionChangeArguments
Dim EasyUASubscriptionChangeArguments: Set EasyUASubscriptionChangeArguments = CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments")
EasyUASubscriptionChangeArguments := CreateObject("OpcLabs.EasyOpc.UA.OperationModel.EasyUASubscriptionChangeArguments")
Interfaces
InterfaceDescription
Holds an integer handle as an argument to some operation.

 

IID (Interface ID): ab3e2956-96e8-402f-9042-1612269c93c4

 

For more information, see _HandleArguments 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.

Holds arguments of an operation.

 

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

 

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

See Also

EasyUASubscriptionChangeArguments Members