次の方法で共有


CloseClientConnectionAction クラス

定義

接続を閉じる操作。

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

コンストラクター

CloseClientConnectionAction()

接続を閉じる操作。

プロパティ

ConnectionId

ターゲット connectionId。

Reason

接続を閉じる理由。

適用対象