'Declaration
Function IsStrictlyPhysical( _ ByVal transportProfileUriString As String, _ ByVal assumeTopicTree As Boolean _ ) As Boolean
'Usage
Dim instance As _UAPubSubConnectionDescriptor Dim transportProfileUriString As String Dim assumeTopicTree As Boolean Dim value As Boolean value = instance.IsStrictlyPhysical(transportProfileUriString, assumeTopicTree)
bool IsStrictlyPhysical( string transportProfileUriString, bool assumeTopicTree )
bool IsStrictlyPhysical( String^ transportProfileUriString, bool assumeTopicTree )
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
The value of this parameter can be
null
(Nothing
in Visual Basic). - assumeTopicTree
- Determines whether the (standard) topic tree is used.