次の方法で共有


WebPubSubAction クラス

定義

サービスを呼び出す操作の抽象クラス。

[Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))]
public abstract class WebPubSubAction
[<Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))>]
type WebPubSubAction = class
Public MustInherit Class WebPubSubAction
継承
WebPubSubAction
派生
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

WebPubSubAction()

サービスを呼び出す操作の抽象クラス。

メソッド

CreateAddConnectionToGroupAction(String, String)

出力バインディング用の の AddConnectionToGroupAction インスタンスを作成します。

CreateAddUserToGroupAction(String, String)

出力バインディング用の の AddUserToGroupAction インスタンスを作成します。

CreateCloseAllConnectionsAction(IEnumerable<String>, String)

出力バインディング用の の CloseAllConnectionsAction インスタンスを作成します。

CreateCloseClientConnectionAction(String, String)

出力バインディング用の の CloseClientConnectionAction インスタンスを作成します。

CreateCloseGroupConnectionsAction(String, IEnumerable<String>, String)

出力バインディング用の の CloseGroupConnectionsAction インスタンスを作成します。

CreateGrantPermissionAction(String, WebPubSubPermission, String)

出力バインディング用の の GrantPermissionAction インスタンスを作成します。

CreateRemoveConnectionFromGroupAction(String, String)

出力バインディング用の の RemoveConnectionFromGroupAction インスタンスを作成します。

CreateRemoveUserFromAllGroupsAction(String)

出力バインディング用の の RemoveUserFromAllGroupsAction インスタンスを作成します。

CreateRemoveUserFromGroupAction(String, String)

出力バインディング用の の RemoveUserFromGroupAction インスタンスを作成します。

CreateRevokePermissionAction(String, WebPubSubPermission, String)

出力バインディング用の の RevokePermissionAction インスタンスを作成します。

CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>)

出力バインディング用の の SendToAllAction インスタンスを作成します。

CreateSendToAllAction(String, WebPubSubDataType, IEnumerable<String>)

出力バインディング用の の SendToAllAction インスタンスを作成します。

CreateSendToConnectionAction(String, BinaryData, WebPubSubDataType)

出力バインディング用の の SendToConnectionAction インスタンスを作成します。

CreateSendToConnectionAction(String, String, WebPubSubDataType)

出力バインディング用の の SendToConnectionAction インスタンスを作成します。

CreateSendToGroupAction(String, BinaryData, WebPubSubDataType, IEnumerable<String>)

出力バインディング用の の SendToGroupAction インスタンスを作成します。

CreateSendToGroupAction(String, String, WebPubSubDataType, IEnumerable<String>)

出力バインディング用の の SendToGroupAction インスタンスを作成します。

CreateSendToUserAction(String, BinaryData, WebPubSubDataType)

出力バインディング用の の SendToUserAction インスタンスを作成します。

CreateSendToUserAction(String, String, WebPubSubDataType)

出力バインディング用の の SendToUserAction インスタンスを作成します。

適用対象