CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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