MessageBusManager RemoveSubscribers T  Method DH.Messaging Documentation

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

Remove all subscribers of the specified message type and message key

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

public static void RemoveSubscribers<T>(
	string messageKey
)

Parameters

messageKey
Type: OnlineSystem String
Message key to remove subscriptions from
Type Parameters

T
Message type
See Also