次の方法で共有


CloseAllConnectionsAction クラス

定義

すべての接続を閉じる操作。

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

コンストラクター

CloseAllConnectionsAction()

すべての接続を閉じる操作。

プロパティ

Excluded

除外する ConnectionId。

Reason

接続を閉じる理由。

適用対象