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

CloseGroupConnectionsAction 类

定义

关闭组中的连接的操作。

[Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))]
public class CloseGroupConnectionsAction : Microsoft.Azure.WebJobs.Extensions.WebPubSub.WebPubSubAction
[<Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))>]
type CloseGroupConnectionsAction = class
    inherit WebPubSubAction
Public Class CloseGroupConnectionsAction
Inherits WebPubSubAction
继承
CloseGroupConnectionsAction
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

CloseGroupConnectionsAction()

关闭组中的连接的操作。

属性

Excluded

要排除的 ConnectionId。

Group

目标组名称。

Reason

关闭连接的原因。

适用于