Freigeben über


WebPubSubAction.CreateSendToAllAction Methode

Definition

Überlädt

CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>)

Erstellt eine instance von SendToAllAction für die Ausgabebindung.

CreateSendToAllAction(String, WebPubSubDataType, IEnumerable<String>)

Erstellt eine instance von SendToAllAction für die Ausgabebindung.

CreateSendToAllAction(BinaryData, WebPubSubDataType, IEnumerable<String>)

Quelle:
WebPubSubAction.cs

Erstellt eine instance von SendToAllAction für die Ausgabebindung.

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

Parameter

data
BinaryData

Web PubSub-Nachrichtendaten.

dataType
WebPubSubDataType

Web PubSub-Nachrichtendatentyp.

excluded
IEnumerable<String>

Auszuschließende ConnectionIds.

Gibt zurück

Eine Instanz von SendToAllAction.

Gilt für:

CreateSendToAllAction(String, WebPubSubDataType, IEnumerable<String>)

Quelle:
WebPubSubAction.cs

Erstellt eine instance von SendToAllAction für die Ausgabebindung.

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

Parameter

data
String

Web PubSub-Nachrichtendaten.

dataType
WebPubSubDataType

Web PubSub-Nachrichtendatentyp.

excluded
IEnumerable<String>

Auszuschließende ConnectionIds.

Gibt zurück

Eine Instanz von SendToAllAction.

Gilt für: