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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UASubscribeDataSetFilter Class : Physicalize Method
The URI string of the PubSub transport profile.
When true, the physicalization is performed even when the filter requires resolution.
Physicalizes the filter for the specified transport profile URI string.
Syntax
'Declaration
 
Public Sub Physicalize( _
   ByVal transportProfileUriString As String, _
   ByVal force As Boolean _
) 
'Usage
 
Dim instance As UASubscribeDataSetFilter
Dim transportProfileUriString As String
Dim force As Boolean
 
instance.Physicalize(transportProfileUriString, force)
public void Physicalize( 
   string transportProfileUriString,
   bool force
)
public:
void Physicalize( 
   String^ transportProfileUriString,
   bool force
) 

Parameters

transportProfileUriString
The URI string of the PubSub transport profile.
force
When true, the physicalization is performed even when the filter requires resolution.
Remarks

When force is false, it is only allowed to call this method on filters that do not require resolution. That is, the filter must already contain enough physical information for it to be usable. The physicalization then just removes the associated logical information that is not necessary in this filter.

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