SendToGroupAction Class

Definition

Operation to send message to a group.

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

Constructors

SendToGroupAction()

Properties

Data

Message to send.

DataType

Message data type.

Excluded

ConnectionIds to exclude.

Group

Target group name.

Applies to