MessageReceiver.OnEndDeadLetter(IAsyncResult) Method

Definition

Executes the end move to dead letter queue action.

protected abstract void OnEndDeadLetter (IAsyncResult result);
abstract member OnEndDeadLetter : IAsyncResult -> unit
Protected MustOverride Sub OnEndDeadLetter (result As IAsyncResult)

Parameters

result
IAsyncResult

An IAsyncResult object that references the asynchronously completed operation.

Applies to