QuickOPC User's Guide and Reference
PhysicalizeRequiredFieldValues Method (_UASubscribeDataSetFilter)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub.ComTypes Namespace > _UASubscribeDataSetFilter Interface : PhysicalizeRequiredFieldValues Method
The URI string of the PubSub transport profile.
When true, the physicalization is performed even when the required field values require resolution.
Physicalizes the required field values for the specified transport profile URI string.
Syntax
'Declaration
 
Sub PhysicalizeRequiredFieldValues( _
   ByVal transportProfileUriString As String, _
   ByVal force As Boolean _
) 
'Usage
 
Dim instance As _UASubscribeDataSetFilter
Dim transportProfileUriString As String
Dim force As Boolean
 
instance.PhysicalizeRequiredFieldValues(transportProfileUriString, force)
void PhysicalizeRequiredFieldValues( 
   string transportProfileUriString,
   bool force
)
void PhysicalizeRequiredFieldValues( 
   String^ transportProfileUriString,
   bool force
) 

Parameters

transportProfileUriString
The URI string of the PubSub transport profile.
force
When true, the physicalization is performed even when the required field values require resolution.
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