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

MessageSession.SetStateAsync(Stream) 方法

定义

异步设置消息会话的状态。

public System.Threading.Tasks.Task SetStateAsync (System.IO.Stream sessionState);
member this.SetStateAsync : System.IO.Stream -> System.Threading.Tasks.Task
Public Function SetStateAsync (sessionState As Stream) As Task

参数

sessionState
Stream

将状态信息保存到的流。

返回

消息会话的状态。

适用于