'Declaration
<NotNullAttribute()> Function GetSubscribeDataSetArgumentsDictionary() As EasyUASubscribeDataSetArgumentsDictionary
'Usage
Dim instance As IEasyUASubscriber Dim value As EasyUASubscribeDataSetArgumentsDictionary value = instance.GetSubscribeDataSetArgumentsDictionary()
[NotNull()] EasyUASubscribeDataSetArgumentsDictionary GetSubscribeDataSetArgumentsDictionary()
[NotNull()] EasyUASubscribeDataSetArgumentsDictionary^ GetSubscribeDataSetArgumentsDictionary();
Return Value
Returns a dictionary of OPC-UA subscribe data set argument objects, keyed by data set handle.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).