Share via


UserEventResponse Class

Definition

Response for message events.

[System.Runtime.Serialization.DataContract]
public class UserEventResponse : Microsoft.Azure.Functions.Worker.WebPubSubEventResponse
[<System.Runtime.Serialization.DataContract>]
type UserEventResponse = class
    inherit WebPubSubEventResponse
Public Class UserEventResponse
Inherits WebPubSubEventResponse
Inheritance
UserEventResponse
Attributes

Constructors

UserEventResponse()

Default constructor for JsonSerialize

UserEventResponse(BinaryData, WebPubSubDataType)

Initialize an instance of MessageResponse.

UserEventResponse(String, WebPubSubDataType)

Initialize an instance of MessageResponse.

Properties

ConnectionStates

The connection states.

Data

Message.

DataType

Message data type.

Methods

ClearStates()

Clear all states.

SetState(String, BinaryData)

Set connection states.

Applies to