SocketIOAction.CreateSendToSocketAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of SendToSocketAction for output binding.
public static Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.SendToSocketAction CreateSendToSocketAction (string socketId, string eventName, System.Collections.Generic.IEnumerable<object> parameters, string namespace = "/");
static member CreateSendToSocketAction : string * string * seq<obj> * string -> Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.SendToSocketAction
Public Shared Function CreateSendToSocketAction (socketId As String, eventName As String, parameters As IEnumerable(Of Object), Optional namespace As String = "/") As SendToSocketAction
Parameters
- socketId
- String
Target socket
- eventName
- String
Event name
- parameters
- IEnumerable<Object>
SocketIO data.
- namespace
- String
Target namespace
Returns
An instance of SendToSocketAction.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET