你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserEventResponse 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UserEventResponse() |
JsonSerialize 的默认构造函数 |
UserEventResponse(BinaryData, WebPubSubDataType) |
初始化 MessageResponse 的实例。 |
UserEventResponse(String, WebPubSubDataType) |
初始化 MessageResponse 的实例。 |
UserEventResponse()
- Source:
- UserEventResponse.cs
JsonSerialize 的默认构造函数
public UserEventResponse ();
Public Sub New ()
适用于
UserEventResponse(BinaryData, WebPubSubDataType)
- Source:
- UserEventResponse.cs
初始化 MessageResponse 的实例。
public UserEventResponse (BinaryData data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType);
new Microsoft.Azure.WebPubSub.Common.UserEventResponse : BinaryData * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType -> Microsoft.Azure.WebPubSub.Common.UserEventResponse
Public Sub New (data As BinaryData, dataType As WebPubSubDataType)
参数
- data
- BinaryData
BinaryData 类型消息。
- dataType
- WebPubSubDataType
消息数据类型。
适用于
UserEventResponse(String, WebPubSubDataType)
- Source:
- UserEventResponse.cs
初始化 MessageResponse 的实例。
public UserEventResponse (string data, Microsoft.Azure.WebPubSub.Common.WebPubSubDataType dataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text);
new Microsoft.Azure.WebPubSub.Common.UserEventResponse : string * Microsoft.Azure.WebPubSub.Common.WebPubSubDataType -> Microsoft.Azure.WebPubSub.Common.UserEventResponse
Public Sub New (data As String, Optional dataType As WebPubSubDataType = Microsoft.Azure.WebPubSub.Common.WebPubSubDataType.Text)
参数
- data
- String
字符串类型消息。
- dataType
- WebPubSubDataType
消息数据类型。 默认设置为文本。