MessageBusManager AddMessage T  Method DH.Messaging Documentation

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

Broadcast message to all subscribers of the specified type and 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 AddMessage<T>(
	string messageKey,
	T message
)

Parameters

messageKey
Type: OnlineSystem String
Unique message identification key
message
Type: T
Message
Type Parameters

T
Message type
See Also