次の方法で共有


WebPubSubAction.CreateSendToUserAction メソッド

定義

オーバーロード

CreateSendToUserAction(String, BinaryData, WebPubSubDataType)

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

CreateSendToUserAction(String, String, WebPubSubDataType)

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

CreateSendToUserAction(String, BinaryData, WebPubSubDataType)

ソース:
WebPubSubAction.cs

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

public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToUserAction CreateSendToUserAction (string userId, BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType);
static member CreateSendToUserAction : string * BinaryData * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToUserAction
Public Shared Function CreateSendToUserAction (userId As String, data As BinaryData, dataType As WebPubSubDataType) As SendToUserAction

パラメーター

userId
String

ターゲット userId。

data
BinaryData

メッセージ データ。

dataType
WebPubSubDataType

メッセージ データ型。

戻り値

SendToUserAction のインスタンス。

適用対象

CreateSendToUserAction(String, String, WebPubSubDataType)

ソース:
WebPubSubAction.cs

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

public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToUserAction CreateSendToUserAction (string userId, string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text);
static member CreateSendToUserAction : string * string * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToUserAction
Public Shared Function CreateSendToUserAction (userId As String, data As String, Optional dataType As WebPubSubDataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text) As SendToUserAction

パラメーター

userId
String

ターゲット userId。

data
String

メッセージ データ。

dataType
WebPubSubDataType

メッセージ データ型。

戻り値

SendToUserAction のインスタンス。

適用対象