'Declaration
Public Overridable Sub Physicalize( _ ByVal transportProfileUriString As String, _ ByVal assumeTopicTree As Boolean, _ ByVal force As Boolean _ )
'Usage
Dim instance As UAPubSubObjectDescriptor Dim transportProfileUriString As String Dim assumeTopicTree As Boolean Dim force As Boolean instance.Physicalize(transportProfileUriString, assumeTopicTree, force)
public virtual void Physicalize( string transportProfileUriString, bool assumeTopicTree, bool force )
public: virtual void Physicalize( String^ transportProfileUriString, bool assumeTopicTree, bool force )
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.
- force
- When
true
, the physicalization is performed even when the descriptor requires resolution.