MessageSession.OnBeginTryReceive 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.
Surcharges
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object) |
Exécute l’action begin try receive. |
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object) |
Exécute l’action begin try receive. |
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object)
Exécute l’action begin try receive.
protected override IAsyncResult OnBeginTryReceive (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<long> receipts, TimeSpan timeout, AsyncCallback callback, object state);
override this.OnBeginTryReceive : Microsoft.ServiceBus.Tracing.TrackingContext * seq<int64> * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginTryReceive (trackingContext As TrackingContext, receipts As IEnumerable(Of Long), timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- trackingContext
- TrackingContext
TrackingContext à utiliser.
- receipts
- IEnumerable<Int64>
Reçus.
- timeout
- TimeSpan
Le délai d'attente.
- callback
- AsyncCallback
Rappel.
- state
- Object
État.
Retours
.
S’applique à
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object)
Exécute l’action begin try receive.
protected override IAsyncResult OnBeginTryReceive (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, int messageCount, TimeSpan serverWaitTime, AsyncCallback callback, object state);
override this.OnBeginTryReceive : Microsoft.ServiceBus.Tracing.TrackingContext * int * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overrides Function OnBeginTryReceive (trackingContext As TrackingContext, messageCount As Integer, serverWaitTime As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- trackingContext
- TrackingContext
TrackingContext à utiliser.
- messageCount
- Int32
Nombre de messages.
- serverWaitTime
- TimeSpan
Le délai d'attente.
- callback
- AsyncCallback
Rappel.
- state
- Object
État.
Retours
.
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