EventGridModelFactory.AcsChatParticipantAddedToThreadWithUserEventData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von AcsChatParticipantAddedToThreadWithUserEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantAddedToThreadWithUserEventData AcsChatParticipantAddedToThreadWithUserEventData (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, DateTimeOffset? time = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel addedByCommunicationIdentifier = default, Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties participantAdded = default);
static member AcsChatParticipantAddedToThreadWithUserEventData : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<DateTimeOffset> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties -> Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantAddedToThreadWithUserEventData
Public Shared Function AcsChatParticipantAddedToThreadWithUserEventData (Optional recipientCommunicationIdentifier As CommunicationIdentifierModel = Nothing, 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 time As Nullable(Of DateTimeOffset) = Nothing, Optional addedByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional participantAdded As AcsChatThreadParticipantProperties = Nothing) As AcsChatParticipantAddedToThreadWithUserEventData
Parameter
- recipientCommunicationIdentifier
- CommunicationIdentifierModel
Der Kommunikationsbezeichner des Zielbenutzers.
- transactionId
- String
Die Transaktions-ID wird als Co-Relation-Vektor verwendet.
- threadId
- String
Die Chatthread-ID.
- createTime
- Nullable<DateTimeOffset>
Die ursprüngliche Erstellungszeit des Threads.
- 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.
Gibt zurück
Eine neue AcsChatParticipantAddedToThreadWithUserEventData instance zum Mocking.
Gilt für:
Azure SDK for .NET