MessageReceiver.OnBeginDeadLetter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
S’exécute lors de l’appel de l’opération OnDeadLetter ou BeginDeadLetter.
protected abstract 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);
abstract member OnBeginDeadLetter : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * System.Collections.Generic.IDictionary<string, obj> * string * string * bool * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride 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
Paramètres
- trackingContext
- TrackingContext
Informations de contexte associées à une transaction qui suit cette opération.
- lockTokens
- IEnumerable<Guid>
Collection de jetons de verrou liés aux instances de message verrouillées.
- propertiesToModify
- IDictionary<String,Object>
Propriétés à modifier.
- deadLetterReason
- String
Raison de la lettre morte des messages.
- deadLetterErrorDescription
- String
Description de l’erreur pour le courrier mort des messages.
- fromSync
- Boolean
Début de la synchronisation.
- timeout
- TimeSpan
Intervalle de temps d’attente de l’opération avant son expiration.
- callback
- AsyncCallback
Délégué AsyncCallback qui fait référence à la méthode à appeler quand l'opération est terminée.
- state
- Object
Objet défini par l’utilisateur qui contient des informations d’état sur l’opération asynchrone.
Retours
IAsyncResult qui fait référence à l’opération asynchrone pour déplacer des messages non remis vers la file d’attente de lettres mortes.
S’applique à
Azure SDK for .NET