Freigeben über


SendToGroupAction Class

Definition

Operation to send message to a group.

public class SendToGroupAction : Microsoft.Azure.Functions.Worker.WebPubSubAction
type SendToGroupAction = class
    inherit WebPubSubAction
Public Class SendToGroupAction
Inherits WebPubSubAction
Inheritance
SendToGroupAction

Constructors

SendToGroupAction()

Properties

ActionName

Readonly name to deserialize to correct WebPubSubAction.

(Inherited from WebPubSubAction)
Data

Message to send.

DataType

Message data type.

Excluded

ConnectionIds to exclude.

Group

Target group name.

Applies to