Share via


AddConnectionToGroupAction Class

Definition

Operation to add connectionId to a group.

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

Constructors

AddConnectionToGroupAction()

Properties

ActionName

Readonly name to deserialize to correct WebPubSubAction.

(Inherited from WebPubSubAction)
ConnectionId

Target connectionId.

Group

Target group name.

Applies to