QuickOPC User's Guide and Reference
Create Method (UASubscribeDataSetFilter)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UASubscribeDataSetFilter Class : Create Method
The type of the publisher Id.
The identifier part of the publisher Id.
Creates a subscribe dataset filter for a publisher specified by its publisher Id type, and identifier.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function Create( _
   ByVal publisherIdType As UAPublisherIdType, _
   ByVal identifier As Object _
) As UASubscribeDataSetFilter
'Usage
 
Dim publisherIdType As UAPublisherIdType
Dim identifier As Object
Dim value As UASubscribeDataSetFilter
 
value = UASubscribeDataSetFilter.Create(publisherIdType, identifier)

Parameters

publisherIdType
The type of the publisher Id.
identifier
The identifier part of the publisher Id.

Return Value

Returns the subscribe dataset filter created.
Remarks

Depending on the publisherIdType, the identifier must fulfill the conditions below.

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