MessageBusManager UnsubscribeFromAllKeys Method (IMessageSubscription)DH.Messaging Documentation

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

Removes the specified subscription when "T" is unavailable

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(
	IMessageSubscription subscription
)
Remarks

If T is not known, the MessageType property of the supplied IMessageSubscription is used to lookup the appropriate typed bus and unsubscribe the supplied instance.
See Also