MessageSession.OnBeginDeadLetter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
配信不能キューへの移動開始アクションを実行します。
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
都道府県。
戻り値
.
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET