Skip to content

TransactionAttribute

class

Namespace: Orleans

The TransactionAttribute attribute is used to mark methods that start and join transactions.
public sealed class TransactionAttribute : Attribute

Constructors

Properties

  • ReadOnly Gets or sets a value indicating whether the transaction permits read operations only.
  • Requirement Gets the transaction behavior required by the attributed method.