CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.

◆ CleanUpDeadLetters()

virtual CancellationTokenSource Cqrs.Azure.ServiceBus.AzureServiceBus< TAuthenticationToken >.CleanUpDeadLetters ( string  topicName,
string  topicSubscriptionName 
)
protectedvirtual

Using a Task, clears all dead letters from the topic and subscription of the provided topicName and topicSubscriptionName .

Parameters
topicNameThe name of the topic.
topicSubscriptionNameThe name of the subscription.
Returns