MessageBusManager RemoveSubscriptionType T  Method DH.Messaging Documentation

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

Remove the message bus and all subscriptions for the specified type. To recreate the bus, components will need to Subscribe.

Namespace: DH.Messaging.MessageBus
Assembly: DH.Messaging (in DH.Messaging.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax

public static void RemoveSubscriptionType<T>()
Type Parameters

T
Message type to remove all subscriptions for
See Also