SendToConnectionAction Class

Definition

Operation to send message to a connection.

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

Constructors

SendToConnectionAction()

Properties

ConnectionId

Target ConnectionId.

Data

Message to send.

DataType

Message data type.

Applies to