MessageBusManager MessageKeyHasSubscribers T  Method DH.Messaging Documentation

[This is preliminary documentation and is subject to change.]

Determine whether there are subscribers for a specific message type and key

Namespace: DH.Messaging.MessageBus
Assembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax

public static bool MessageKeyHasSubscribers<T>(
	string messageKey
)

Parameters

messageKey
Type: OnlineSystem String
Unique message identification key
Type Parameters

T
Message type

Return Value

Type: OnlineBoolean
True if subscribers exist for the message type and key combination
See Also