MessageReceiver.OnBeginTryReceive Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object) |
Executes the begin try receive action. |
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object) |
Executes the begin try receive action. |
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object)
Executes the begin try receive action.
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
Parameters
- trackingContext
- TrackingContext
TrackingContext to use.
- sequenceNumbers
- IEnumerable<Int64>
The sequenceNumbers.
- timeout
- TimeSpan
The timeout.
- callback
- AsyncCallback
The callback.
- state
- Object
The state.
Returns
.
Applies to
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object)
Executes the begin try receive action.
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
Parameters
- trackingContext
- TrackingContext
TrackingContext to use.
- messageCount
- Int32
Number of messages.
- serverWaitTime
- TimeSpan
The server wait time before it times out.
- callback
- AsyncCallback
The callback.
- state
- Object
The state.
Returns
.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET