'Declaration
Public Sub Physicalize( _ ByVal transportProfileUriString As String, _ ByVal force As Boolean _ )
'Usage
Dim instance As UASubscribeDataSetFilter Dim transportProfileUriString As String Dim force As Boolean instance.Physicalize(transportProfileUriString, force)
public void Physicalize( string transportProfileUriString, bool force )
public: void Physicalize( String^ transportProfileUriString, bool force )
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
- force
- When
true
, the physicalization is performed even when the filter requires resolution.