WebPubSubAction.CreateSendToAllAction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>) |
出力バインディング用の の SendToAllAction インスタンスを作成します。 |
CreateSendToAllAction(String, WebPubSubDataType, IEnumerable<String>) |
出力バインディング用の の SendToAllAction インスタンスを作成します。 |
CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>)
出力バインディング用の の SendToAllAction インスタンスを作成します。
public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToAllAction CreateSendToAllAction (BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType, System.Collections.Generic.IEnumerable<string> excluded = default);
static member CreateSendToAllAction : BinaryData * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType * seq<string> -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToAllAction
Public Shared Function CreateSendToAllAction (data As BinaryData, dataType As WebPubSubDataType, Optional excluded As IEnumerable(Of String) = Nothing) As SendToAllAction
パラメーター
- data
- BinaryData
Web PubSub メッセージ データ。
- dataType
- WebPubSubDataType
Web PubSub メッセージ データ型。
- excluded
- IEnumerable<String>
除外する ConnectionId。
戻り値
SendToAllAction のインスタンス。
適用対象
CreateSendToAllAction(String, WebPubSubDataType, IEnumerable<String>)
出力バインディング用の の SendToAllAction インスタンスを作成します。
public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToAllAction CreateSendToAllAction (string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, System.Collections.Generic.IEnumerable<string> excluded = default);
static member CreateSendToAllAction : string * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType * seq<string> -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToAllAction
Public Shared Function CreateSendToAllAction (data As String, Optional dataType As WebPubSubDataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, Optional excluded As IEnumerable(Of String) = Nothing) As SendToAllAction
パラメーター
- data
- String
Web PubSub メッセージ データ。
- dataType
- WebPubSubDataType
Web PubSub メッセージ データ型。
- excluded
- IEnumerable<String>
除外する ConnectionId。
戻り値
SendToAllAction のインスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET