Determines whether the filter requires resolution with specified transport profile URI string.
Syntax
'Declaration
Public Function RequiresResolution( _
ByVal As String _
) As Boolean
'Usage
Dim instance As UASubscribeDataSetFilter
Dim transportProfileUriString As String
Dim value As Boolean
value = instance.RequiresResolution(transportProfileUriString)
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
Return Value
Returns true
if the filter requires resolution with the transport profile specified by ; returns false
otherwise.
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