你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MessageSession.OnSetState(TrackingContext, Stream, TimeSpan) 方法

定义

执行设置状态操作。

protected virtual void OnSetState (Microsoft.ServiceBus.Tracing.TrackingContext trackingContext, System.IO.Stream stream, TimeSpan timeout);
abstract member OnSetState : Microsoft.ServiceBus.Tracing.TrackingContext * System.IO.Stream * TimeSpan -> unit
override this.OnSetState : Microsoft.ServiceBus.Tracing.TrackingContext * System.IO.Stream * TimeSpan -> unit
Protected Overridable Sub OnSetState (trackingContext As TrackingContext, stream As Stream, timeout As TimeSpan)

参数

trackingContext
TrackingContext

要使用的 TrackingContext。

stream
Stream

流。

timeout
TimeSpan

超时。

适用于