MessageReceiver.OnBeginTryReceive Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object) |
Executa a ação iniciar tentativa de receber. |
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object) |
Executa a ação iniciar tentativa de receber. |
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object)
Executa a ação iniciar tentativa de receber.
protected abstract IAsyncResult OnBeginTryReceive (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<long> sequenceNumbers, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginTryReceive : Microsoft.ServiceBus.Tracing.TrackingContext * seq<int64> * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginTryReceive (trackingContext As TrackingContext, sequenceNumbers As IEnumerable(Of Long), timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parâmetros
- trackingContext
- TrackingContext
TrackingContext a ser usado.
- sequenceNumbers
- IEnumerable<Int64>
A sequênciaNumbers.
- timeout
- TimeSpan
O tempo limite.
- callback
- AsyncCallback
O retorno de chamada.
- state
- Object
O estado.
Retornos
.
Aplica-se a
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object)
Executa a ação iniciar tentativa de receber.
protected abstract IAsyncResult OnBeginTryReceive (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, int messageCount, TimeSpan serverWaitTime, AsyncCallback callback, object state);
abstract member OnBeginTryReceive : Microsoft.ServiceBus.Tracing.TrackingContext * int * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginTryReceive (trackingContext As TrackingContext, messageCount As Integer, serverWaitTime As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parâmetros
- trackingContext
- TrackingContext
TrackingContext a ser usado.
- messageCount
- Int32
Número de mensagens.
- serverWaitTime
- TimeSpan
O tempo de espera do servidor antes de atingir o tempo limite.
- callback
- AsyncCallback
O retorno de chamada.
- state
- Object
O estado.
Retornos
.
Aplica-se a
Azure SDK for .NET