您现在访问的是微软AZURE全球版技术文档网站,若需要访问由世纪互联运营的MICROSOFT AZURE中国区技术文档网站,请访问 https://docs.azure.cn.
MessageSession.OnComplete(TrackingContext, IEnumerable<Guid>, TimeSpan)
MessageSession.OnComplete(TrackingContext, IEnumerable<Guid>, TimeSpan)
Method
Definition
Completes a peek locked message.
protected override void OnComplete (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.Collections.Generic.IEnumerable<Guid> lockTokens, TimeSpan timeout);
override this.OnComplete : Microsoft.ServiceBus.Tracing.TrackingContext * seq<Guid> * TimeSpan -> unit
Parameters
- trackingContext
- TrackingContext TrackingContext
TrackingContext to use.
- lockTokens
- IEnumerable<Guid>
The lock tokens.