MessageSession.OnAbandon 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.
Abandonne un aperçu du message verrouillé.
protected override void OnAbandon (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, System.Collections.Generic.IDictionary<string,object> propertiesToModify, TimeSpan timeout);
override this.OnAbandon : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * System.Collections.Generic.IDictionary<string, obj> * TimeSpan -> unit
Protected Overrides Sub OnAbandon (trackingContext As TrackingContext, lockTokens As IEnumerable(Of Guid), propertiesToModify As IDictionary(Of String, Object), timeout As TimeSpan)
Paramètres
- trackingContext
- TrackingContext
TrackingContext à utiliser.
- lockTokens
- IEnumerable<Guid>
Jetons de verrouillage.
- propertiesToModify
- IDictionary<String,Object>
- timeout
- TimeSpan
Le délai d'attente.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET