MessageBusSubscriber ClearMessages T  Method DH.Messaging Documentation

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

Clear the messages in the message queue for the subscription matching the supplied type

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

public void ClearMessages<T>()
Type Parameters

T
The message type of the desired subscription to clear from
See Also