Condividi tramite


SendToUserAction Class

Definition

Operation to send message to a user.

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

Constructors

SendToUserAction()

Properties

ActionName

Readonly name to deserialize to correct WebPubSubAction.

(Inherited from WebPubSubAction)
Data

Message to send.

DataType

Message data type.

UserId

Target UserId.

Applies to