你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserEventRequest 类

定义

用户消息事件请求。

[System.Runtime.Serialization.DataContract]
public sealed class UserEventRequest : Microsoft.Azure.WebPubSub.Common.WebPubSubEventRequest
[<System.Runtime.Serialization.DataContract>]
type UserEventRequest = class
    inherit WebPubSubEventRequest
Public NotInheritable Class UserEventRequest
Inherits WebPubSubEventRequest
继承
UserEventRequest
属性

构造函数

UserEventRequest(WebPubSubConnectionContext, BinaryData, WebPubSubDataType)

用户事件请求

属性

ConnectionContext

连接上下文包含 CloudEvents 后面的连接元数据。

(继承自 WebPubSubEventRequest)
Data

消息内容。

DataType

消息数据类型。

方法

CreateErrorResponse(WebPubSubErrorCode, String)

创建 EventErrorResponse。 方法适用于函数扩展。 AspNetCore SDK 中心方法可以针对错误情况直接引发异常。

CreateResponse(BinaryData, WebPubSubDataType)

创建 UserEventResponse

CreateResponse(String, WebPubSubDataType)

创建 UserEventResponse

适用于