Udostępnij za pośrednictwem


SendToRoomsAction Class

Definition

Operation to send message to rooms

[Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))]
public class SendToRoomsAction : Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO.SocketIOAction
[<Newtonsoft.Json.JsonObject(NamingStrategyType=typeof(Newtonsoft.Json.Serialization.CamelCaseNamingStrategy))>]
type SendToRoomsAction = class
    inherit SocketIOAction
Public Class SendToRoomsAction
Inherits SocketIOAction
Inheritance
SendToRoomsAction
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SendToRoomsAction()

Properties

EventName

The event name.

ExceptRooms

Except rooms

Namespace

Target namespace. Default is '/'.

(Inherited from SocketIOAction)
Parameters

Message parameters.

Rooms

Target rooms.

Applies to