Skip to content

CommitRecord Properties

Records the timestamp and write participants for a committed transaction.

Timestamp

getset
View source
[Orleans.Id(0)]
public DateTime Timestamp
Gets or sets the transaction commit timestamp.

WriteParticipants

getset
View source
[Orleans.Id(1)]
public List<ParticipantId> WriteParticipants
Gets or sets the participants which wrote during the transaction.