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

EventGridModelFactory.AcsChatParticipantRemovedFromThreadEventData 方法

定义

初始化 AcsChatParticipantRemovedFromThreadEventData 的新实例。

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

参数

transactionId
String

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

threadId
String

聊天线程 ID。

time
Nullable<DateTimeOffset>

将用户删除到线程的时间。

removedByCommunicationIdentifier
CommunicationIdentifierModel

删除用户的通信标识符。

participantRemoved
AcsChatThreadParticipantProperties

已删除的用户的详细信息。

version
Nullable<Int64>

线程的版本。

返回

用于模拟的新 AcsChatParticipantRemovedFromThreadEventData 实例。

适用于