Share via


SendToConnectionAction Class

Definition

Operation to send message to a connection.

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

Constructors

SendToConnectionAction()

Properties

ActionName

Readonly name to deserialize to correct WebPubSubAction.

(Inherited from WebPubSubAction)
ConnectionId

Target ConnectionId.

Data

Message to send.

DataType

Message data type.

Applies to