Skip to content

CommitRecord

class

Namespace: Orleans.Transactions.Abstractions

Records the timestamp and write participants for a committed transaction.
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class CommitRecord

Constructors

Properties

  • Timestamp Gets or sets the transaction commit timestamp.
  • WriteParticipants Gets or sets the participants which wrote during the transaction.