次の方法で共有


WebPubSubAction.CreateSendToAllAction メソッド

定義

オーバーロード

CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>)

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

CreateSendToAllAction(String, WebPubSubDataType, IEnumerable<String>)

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

CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>)

ソース:
WebPubSubAction.cs

出力バインディング用の の 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>)

ソース:
WebPubSubAction.cs

出力バインディング用の の 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 のインスタンス。

適用対象