MessageReceiver.OnBeginPeek 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 BeginPeek.
protected abstract IAsyncResult OnBeginPeek (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, long fromSequenceNumber, int messageCount, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginPeek : Microsoft.ServiceBus.Tracing.TrackingContext * int64 * int * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginPeek (trackingContext As TrackingContext, fromSequenceNumber As Long, messageCount As Integer, 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.
- fromSequenceNumber
- Int64
Numéro de séquence à partir duquel commencer l’opération.
- messageCount
- Int32
Nombre de message.
- timeout
- TimeSpan
Intervalle de temps pendant laquelle l’opération attend avant d’expirer.
- 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
Résultat de l'opération.
S’applique à
Azure SDK for .NET