WebPubSubAction.CreateSendToUserAction 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
CreateSendToUserAction(String, BinaryData, WebPubSubDataType) |
Erstellt eine instance von SendToUserAction für die Ausgabebindung. |
CreateSendToUserAction(String, String, WebPubSubDataType) |
Erstellt eine instance von SendToUserAction für die Ausgabebindung. |
CreateSendToUserAction(String, BinaryData, WebPubSubDataType)
- Quelle:
- WebPubSubAction.cs
Erstellt eine instance von SendToUserAction für die Ausgabebindung.
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
Parameter
- userId
- String
Zielbenutzer-ID.
- data
- BinaryData
Nachrichtendaten.
- dataType
- WebPubSubDataType
Nachrichtendatentyp.
Gibt zurück
Eine Instanz von SendToUserAction.
Gilt für:
CreateSendToUserAction(String, String, WebPubSubDataType)
- Quelle:
- WebPubSubAction.cs
Erstellt eine instance von SendToUserAction für die Ausgabebindung.
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
Parameter
- userId
- String
Zielbenutzer-ID.
- data
- String
Nachrichtendaten.
- dataType
- WebPubSubDataType
Nachrichtendatentyp.
Gibt zurück
Eine Instanz von SendToUserAction.
Gilt für:
Azure SDK for .NET