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

SessionHandlerOptions.MaxConcurrentSessions 属性

定义

获取或设置现有会话的最大数目。将此值设置为大于服务中活动会话的最大数目不会增加消息吞吐量。

public int MaxConcurrentSessions { get; set; }
member this.MaxConcurrentSessions : int with get, set
Public Property MaxConcurrentSessions As Integer

属性值

现有会话的最大数目。

注解

会话泵 (SDK) 将并行接受 MaxConcurrentSessions 数量的会话并调度消息。 会话中的消息按顺序传递。 如果实体中存在多个 MaxConcurrentSessions 会话,则会在关闭现有会话后逐个接受这些会话。

适用于