MessageBusSubscriber Unsubscribe T  Method DH.Messaging Documentation

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

Unsubscribe from messages with the supplied key and matching the message type of this subscriber.

Namespace: (Default Namespace)
Assembly: DH.Messaging.Extensions (in DH.Messaging.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Unsubscribe<T>(
	string messageKey
)

Parameters

messageKey
Type: OnlineSystem String
Unique message identification key
Type Parameters

T
Message type of the desired subscription
See Also