MessageBusManager UnsubscribeFromAllKeys T  Method (MessageSubscription T )DH.Messaging Documentation

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

Checks all bus queues of message type T for the specified subscription and removes it.

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

public static void UnsubscribeFromAllKeys<T>(
	MessageSubscription<T> subscription
)

Parameters

subscription
Type: DH.Messaging.MessageBus MessageSubscription T 
Subsription to remove
Type Parameters

T
Message Type
See Also