QuickOPC User's Guide and Reference
GetSubscribeDataSetArgumentsDictionary Method (IEasyUASubscriber)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > IEasyUASubscriber Interface : GetSubscribeDataSetArgumentsDictionary Method
Obtains information about all dataset subscriptions on this IEasyUASubscriber object.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function GetSubscribeDataSetArgumentsDictionary() As EasyUASubscribeDataSetArgumentsDictionary
'Usage
 
Dim instance As IEasyUASubscriber
Dim value As EasyUASubscribeDataSetArgumentsDictionary
 
value = instance.GetSubscribeDataSetArgumentsDictionary()
[ElementsNotNull()]
[NotNull()]
EasyUASubscribeDataSetArgumentsDictionary GetSubscribeDataSetArgumentsDictionary()
[ElementsNotNull()]
[NotNull()]
EasyUASubscribeDataSetArgumentsDictionary^ GetSubscribeDataSetArgumentsDictionary(); 

Return Value

Returns a dictionary of OPC-UA subscribe data set argument objects, keyed by data set handle.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also