MessageBusManager Subscribe T  Method DH.Messaging Documentation

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

Subscribe to messages of the specified 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 Subscribe<T>(
	MessageSubscription<T> subscription,
	string messageKey
)

Parameters

subscription
Type: DH.Messaging.MessageBus MessageSubscription T 
Subscription to add
messageKey
Type: OnlineSystem String
Unique message identification key
Type Parameters

T
Type of message
See Also