SocketIOAction.CreateSendToNamespaceAction 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 SendToNamespaceAction for output binding.
public static Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.SendToNamespaceAction CreateSendToNamespaceAction (string eventName, System.Collections.Generic.IEnumerable<object> parameters, System.Collections.Generic.IList<string> exceptRooms = default, string namespace = "/");
static member CreateSendToNamespaceAction : string * seq<obj> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.SendToNamespaceAction
Public Shared Function CreateSendToNamespaceAction (eventName As String, parameters As IEnumerable(Of Object), Optional exceptRooms As IList(Of String) = Nothing, Optional namespace As String = "/") As SendToNamespaceAction
Parameters
- eventName
- String
Event name.
- parameters
- IEnumerable<Object>
SocketIO data.
- namespace
- String
Target namespace
Returns
An instance of SendToNamespaceAction.