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

MessageSession.OnDeadLetter 方法

定义

将消息移动到死信队列。

protected override void OnDeadLetter (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, System.Collections.Generic.IDictionary<string,object> propertiesToModify, string deadLetterReason, string deadLetterErrorDescription, TimeSpan timeout);
override this.OnDeadLetter : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * System.Collections.Generic.IDictionary<string, obj> * string * string * TimeSpan -> unit
Protected Overrides Sub OnDeadLetter (trackingContext As TrackingContext, lockTokens As IEnumerable(Of Guid), propertiesToModify As IDictionary(Of String, Object), deadLetterReason As String, deadLetterErrorDescription As String, timeout As TimeSpan)

参数

trackingContext
TrackingContext
lockTokens
IEnumerable<Guid>
propertiesToModify
IDictionary<String,Object>
deadLetterReason
String
deadLetterErrorDescription
String
timeout
TimeSpan

适用于