Determines whether the filter is strictly physical.
Syntax
[JetBrains.Annotations.MustUseReturnValue()]
[JetBrains.Annotations.Pure()]
public bool IsStrictlyPhysical(
string ,
bool
)
[JetBrains.Annotations.MustUseReturnValue()]
[JetBrains.Annotations.Pure()]
public:
bool IsStrictlyPhysical(
String^ ,
bool
)
'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()>
<JetBrains.Annotations.PureAttribute()>
Public Function IsStrictlyPhysical( _
ByVal As String, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As UASubscribeDataSetFilter
Dim transportProfileUriString As String
Dim assumeTopicTree As Boolean
Dim value As Boolean
value = instance.IsStrictlyPhysical(transportProfileUriString, assumeTopicTree)
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
- assumeTopicTree
- Determines whether the (standard) topic tree is used.
Return Value
Returns
true
if the server is strictly physical; returns
false
otherwise.
This return value of this method should not be ignored.
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