SendToAllAction Class

Definition

Operation to send message to all.

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

Constructors

SendToAllAction()

Properties

Data

Message to broadcast.

DataType

Message data type.

Excluded

ConnectionIds to excluded.

Applies to