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

EventGridModelFactory.AcsChatThreadDeletedEventData 方法

定义

初始化 AcsChatThreadDeletedEventData 的新实例。

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadDeletedEventData AcsChatThreadDeletedEventData (string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel deletedByCommunicationIdentifier = default, DateTimeOffset? deleteTime = default);
static member AcsChatThreadDeletedEventData : string * string * Nullable<DateTimeOffset> * Nullable<int64> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * Nullable<DateTimeOffset> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadDeletedEventData
Public Shared Function AcsChatThreadDeletedEventData (Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional deletedByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional deleteTime As Nullable(Of DateTimeOffset) = Nothing) As AcsChatThreadDeletedEventData

参数

transactionId
String

事务 ID 将用作共关系向量。

threadId
String

聊天线程 ID。

createTime
Nullable<DateTimeOffset>

线程的原始创建时间。

version
Nullable<Int64>

线程的版本。

deletedByCommunicationIdentifier
CommunicationIdentifierModel

删除线程的用户的通信标识符。

deleteTime
Nullable<DateTimeOffset>

线程的删除时间。

返回

用于模拟的新 AcsChatThreadDeletedEventData 实例。

适用于