你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageSession.OnEndDeadLetter(IAsyncResult) 方法

定义

执行消息接收器的结束死信操作。

protected override void OnEndDeadLetter (IAsyncResult result);
override this.OnEndDeadLetter : IAsyncResult -> unit
Protected Overrides Sub OnEndDeadLetter (result As IAsyncResult)

参数

result
IAsyncResult

一个 , IAsyncResult 它引用异步操作以将未传递的消息移动到死信队列。

适用于