'DeclarationFunction RequiresResolution( _ ByVal transportProfileUriString As String _ ) As Boolean
'UsageDim instance As _UAPubSubObjectDescriptor Dim transportProfileUriString As String Dim value As Boolean value = instance.RequiresResolution(transportProfileUriString)
bool RequiresResolution( string transportProfileUriString )
bool RequiresResolution( String^ transportProfileUriString )
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
Return Value
Returns
true if the PubSub object descriptor requires resolution with the transport profile specified by transportProfileUriString; returns false otherwise.