次の方法で共有


SendToUserAction クラス

定義

ユーザーにメッセージを送信する操作。

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

コンストラクター

SendToUserAction()

ユーザーにメッセージを送信する操作。

プロパティ

Data

送信するメッセージ。

DataType

メッセージ データ型。

UserId

Target UserId。

適用対象