WebPubSubAction.CreateSendToUserAction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateSendToUserAction(String, BinaryData, WebPubSubDataType) |
出力バインディング用の の SendToUserAction インスタンスを作成します。 |
CreateSendToUserAction(String, String, WebPubSubDataType) |
出力バインディング用の の SendToUserAction インスタンスを作成します。 |
CreateSendToUserAction(String, BinaryData, WebPubSubDataType)
出力バインディング用の の 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)
出力バインディング用の の 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 のインスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET