SocketIOMessageRequest Constructor
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.
The disconnected event request
public SocketIOMessageRequest (string namespace, string socketId, string payload, string eventName, System.Collections.Generic.IList<object> arguments);
new Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.Trigger.Model.SocketIOMessageRequest : string * string * string * string * System.Collections.Generic.IList<obj> -> Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.Trigger.Model.SocketIOMessageRequest
Public Sub New (namespace As String, socketId As String, payload As String, eventName As String, arguments As IList(Of Object))
Parameters
- namespace
- String
- socketId
- String
- payload
- String
- eventName
- String