Determines whether this PubSub object descriptor is strictly physical with specified transport profile URI string.
Syntax
[JetBrains.Annotations.MustUseReturnValue()]
[JetBrains.Annotations.Pure()]
public virtual bool IsStrictlyPhysical(
string ,
bool
)
[JetBrains.Annotations.MustUseReturnValue()]
[JetBrains.Annotations.Pure()]
public:
virtual bool IsStrictlyPhysical(
String^ ,
bool
)
'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()>
<JetBrains.Annotations.PureAttribute()>
Public Overridable Function IsStrictlyPhysical( _
ByVal As String, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As UAPubSubObjectDescriptor
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
This return value of this method should not be ignored.
Exceptions
Exception | Description |
System.ArgumentNullException |
A null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
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