Click or drag to resize

SubObjectHasWildcard Method

Check if the topic contains wild card

Namespace:  Crosser.Common.Server.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public bool HasWildcard()

Return Value

Type: Boolean
True if the subscriptions has '+' or '#' in the topic
See Also