你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MessageSession.OnBeginTryReceive 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object) |
执行开始尝试接收操作。 |
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object) |
执行开始尝试接收操作。 |
OnBeginTryReceive(TrackingContext, IEnumerable<Int64>, TimeSpan, AsyncCallback, Object)
执行开始尝试接收操作。
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
参数
- trackingContext
- TrackingContext
要使用的 TrackingContext。
- receipts
- IEnumerable<Int64>
收据。
- timeout
- TimeSpan
超时。
- callback
- AsyncCallback
回调。
- state
- Object
状态。
返回
.
适用于
OnBeginTryReceive(TrackingContext, Int32, TimeSpan, AsyncCallback, Object)
执行开始尝试接收操作。
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
参数
- trackingContext
- TrackingContext
要使用的 TrackingContext。
- messageCount
- Int32
消息数。
- serverWaitTime
- TimeSpan
超时。
- callback
- AsyncCallback
回调。
- state
- Object
状态。
返回
.