Class ThreadUpdateAuditLogData
Contains a piece of audit log data related to a thread update.
public class ThreadUpdateAuditLogData : IAuditLogData
- Inheritance
-
ThreadUpdateAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the thread information after the changes.
public ThreadInfo After { get; }
Property Value
- ThreadInfo
A thread information object representing the thread after the changes were made.
Before
Gets the thread information before the changes.
public ThreadInfo Before { get; }
Property Value
- ThreadInfo
A thread information object representing the thread before the changes were made.
Thread
Gets the thread that was created if it still exists.
public IThreadChannel Thread { get; }
Property Value
- IThreadChannel
A thread object representing the thread that was created if it still exists, otherwise returns null.
ThreadType
Gets the type of the thread.
public ThreadType ThreadType { get; }
Property Value
- ThreadType
The type of thread.