Physicalizes the required field values for the specified transport profile URI string.
Syntax
'Declaration
Public Sub PhysicalizeRequiredFieldValues( _
ByVal As String, _
ByVal As Boolean _
)
'Usage
Dim instance As UASubscribeDataSetFilter
Dim transportProfileUriString As String
Dim force As Boolean
instance.PhysicalizeRequiredFieldValues(transportProfileUriString, force)
public void PhysicalizeRequiredFieldValues(
string ,
bool
)
public:
void PhysicalizeRequiredFieldValues(
String^ ,
bool
)
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