UserEventResponse Classe

Definição

Resposta para eventos de mensagem.

[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
Herança
UserEventResponse
Atributos

Construtores

UserEventResponse()

Construtor padrão para JsonSerialize

UserEventResponse(BinaryData, WebPubSubDataType)

Inicialize uma instância de MessageResponse.

UserEventResponse(String, WebPubSubDataType)

Inicialize uma instância de MessageResponse.

Propriedades

ConnectionStates

Os estados de conexão.

Data

Message.

DataType

Tipo de dados de mensagem.

Métodos

ClearStates()

Limpe todos os estados.

SetState(String, BinaryData)

Definir estados de conexão.

Aplica-se a