Freigeben über


EventGridModelFactory.AcsChatParticipantAddedToThreadEventData Methode

Definition

Initialisiert eine neue instance von AcsChatParticipantAddedToThreadEventData.

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

Parameter

transactionId
String

Die Transaktions-ID wird als Co-Relation-Vektor verwendet.

threadId
String

Die Chatthread-ID.

time
Nullable<DateTimeOffset>

Die Zeit, zu der der Benutzer dem Thread hinzugefügt wurde.

addedByCommunicationIdentifier
CommunicationIdentifierModel

Die Kommunikations-ID des Benutzers, der den Benutzer hinzugefügt hat.

participantAdded
AcsChatThreadParticipantProperties

Die Details des hinzugefügten Benutzers.

version
Nullable<Int64>

Die Version des Threads.

Gibt zurück

Eine neue AcsChatParticipantAddedToThreadEventData instance zum Mocking.

Gilt für: