MessageSession.OnBeginDeadLetter メソッド

定義

配信不能キューへの移動開始アクションを実行します。

protected override IAsyncResult OnBeginDeadLetter (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, System.Collections.Generic.IDictionary<string,object> propertiesToModify, string deadLetterReason, string deadLetterErrorDescription, bool fromSync, TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginDeadLetter : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * System.Collections.Generic.IDictionary<string, obj> * string * string * bool * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginDeadLetter (trackingContext As TrackingContext, lockTokens As IEnumerable(Of Guid), propertiesToModify As IDictionary(Of String, Object), deadLetterReason As String, deadLetterErrorDescription As String, fromSync As Boolean, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult

パラメーター

trackingContext
TrackingContext

使用する TrackingContext。

lockTokens
IEnumerable<Guid>

ロック トークン。

propertiesToModify
IDictionary<String,Object>

変更するメッセージ プロパティ。

deadLetterReason
String

メッセージを配信不能にした理由。

deadLetterErrorDescription
String

メッセージを配信不能にするための説明情報。

fromSync
Boolean

これが同期メソッドから呼び出された場合は true。

timeout
TimeSpan

タイムアウト。

callback
AsyncCallback

コールバック。

state
Object

都道府県。

戻り値

.

適用対象