Skip to content

TransactionalStateAttribute

class

Namespace: Orleans.Transactions.Abstractions

Identifies a grain constructor parameter as a transactional state facet.
public class TransactionalStateAttribute : Attribute, IFacetMetadata, ITransactionalStateConfiguration

Constructors

Properties

  • StateName Gets the transactional state name.
  • StorageName Gets the name of the storage provider used for the transactional state.