MessageBusManager Unsubscribe T  Method DH.Messaging Documentation

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

Removes the supplied subscription for the specified 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 Unsubscribe<T>(
	MessageSubscription<T> subscription,
	string messageKey
)

Parameters

subscription
Type: DH.Messaging.MessageBus MessageSubscription T 
Subscription to remove from the specified key
messageKey
Type: OnlineSystem String
Message key to unsubscribe from
Type Parameters

T
Message type
See Also