共用方式為


SocketIOMessageRequest Constructor

Definition

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
arguments
IList<Object>

Applies to