'Declaration
Public Overrides NotOverridable Sub Physicalize( _ ByVal transportProfileUriString As String, _ ByVal assumeTopicTree As Boolean, _ ByVal force As Boolean _ )
'Usage
Dim instance As UAWriterGroupDescriptor Dim transportProfileUriString As String Dim assumeTopicTree As Boolean Dim force As Boolean instance.Physicalize(transportProfileUriString, assumeTopicTree, force)
public override void Physicalize( string transportProfileUriString, bool assumeTopicTree, bool force )
public: void Physicalize( String^ transportProfileUriString, bool assumeTopicTree, bool force ) override
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.