MessageSession.OnBeginTryReceive Método

Definição

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 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

Parâmetros

trackingContext
TrackingContext

TrackingContext a ser usado.

receipts
IEnumerable<Int64>

Os recibos.

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 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

Parâmetros

trackingContext
TrackingContext

TrackingContext a ser usado.

messageCount
Int32

Número de mensagens.

serverWaitTime
TimeSpan

O tempo limite.

callback
AsyncCallback

O retorno de chamada.

state
Object

O estado.

Retornos

.

Aplica-se a