EventGridModelFactory.AcsChatThreadEventInThreadBaseProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AcsChatThreadEventInThreadBaseProperties.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventInThreadBaseProperties AcsChatThreadEventInThreadBaseProperties (string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default);
static member AcsChatThreadEventInThreadBaseProperties : string * string * Nullable<DateTimeOffset> * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventInThreadBaseProperties
Public Shared Function AcsChatThreadEventInThreadBaseProperties (Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional version As Nullable(Of Long) = Nothing) As AcsChatThreadEventInThreadBaseProperties
Parameters
- transactionId
- String
The transaction id will be used as co-relation vector.
- threadId
- String
The chat thread id.
- createTime
- Nullable<DateTimeOffset>
The original creation time of the thread.
Returns
A new AcsChatThreadEventInThreadBaseProperties instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.