WebPubSubAction.CreateSendToGroupAction Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateSendToGroupAction(String, BinaryData, WebPubSubDataType, IEnumerable<String>) |
Erstellt eine instance von SendToGroupAction für die Ausgabebindung. |
CreateSendToGroupAction(String, String, WebPubSubDataType, IEnumerable<String>) |
Erstellt eine instance von SendToGroupAction für die Ausgabebindung. |
CreateSendToGroupAction(String, BinaryData, WebPubSubDataType, IEnumerable<String>)
- Quelle:
- WebPubSubAction.cs
Erstellt eine instance von SendToGroupAction für die Ausgabebindung.
public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction CreateSendToGroupAction (string group, BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType, System.Collections.Generic.IEnumerable<string> excluded = default);
static member CreateSendToGroupAction : string * BinaryData * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType * seq<string> -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction
Public Shared Function CreateSendToGroupAction (group As String, data As BinaryData, dataType As WebPubSubDataType, Optional excluded As IEnumerable(Of String) = Nothing) As SendToGroupAction
Parameter
- group
- String
Zielgruppe.
- data
- BinaryData
Nachrichtendaten.
- dataType
- WebPubSubDataType
Nachrichtendatentyp.
- excluded
- IEnumerable<String>
Auszuschließende ConnectionIds.
Gibt zurück
Eine Instanz von SendToGroupAction.
Gilt für:
CreateSendToGroupAction(String, String, WebPubSubDataType, IEnumerable<String>)
- Quelle:
- WebPubSubAction.cs
Erstellt eine instance von SendToGroupAction für die Ausgabebindung.
public static Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction CreateSendToGroupAction (string group, string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, System.Collections.Generic.IEnumerable<string> excluded = default);
static member CreateSendToGroupAction : string * string * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType * seq<string> -> Microsoft.Azure.WebJobs.Extensions.WebPubSub.SendToGroupAction
Public Shared Function CreateSendToGroupAction (group As String, data As String, Optional dataType As WebPubSubDataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text, Optional excluded As IEnumerable(Of String) = Nothing) As SendToGroupAction
Parameter
- group
- String
Zielgruppe.
- data
- String
Nachrichtendaten.
- dataType
- WebPubSubDataType
Nachrichtendatentyp.
- excluded
- IEnumerable<String>
Auszuschließende ConnectionIds.
Gibt zurück
Eine Instanz von SendToGroupAction.
Gilt für:
Azure SDK for .NET