'Declaration
<DefaultValueAttribute(False)> <PureAttribute()> Public MustOverride Function RequiresResolution( _ ByVal transportProfileUriString As String, _ ByVal assumeTopicTree As Boolean _ ) As Boolean
'Usage
Dim instance As UAPubSubObjectDescriptor Dim transportProfileUriString As String Dim assumeTopicTree As Boolean Dim value As Boolean value = instance.RequiresResolution(transportProfileUriString, assumeTopicTree)
[DefaultValue(false)] [Pure()] public abstract bool RequiresResolution( string transportProfileUriString, bool assumeTopicTree )
[DefaultValue(false)] [Pure()] public: abstract bool RequiresResolution( String^ transportProfileUriString, bool assumeTopicTree )
Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
- assumeTopicTree
- Determines whether the (standard) topic tree is used.
Return Value
Returns
true
if the PubSub object descriptor requires resolution with the transport profile specified by transportProfileUriString; returns false
otherwise.