TransactionalStateAttribute
class
Namespace: Orleans.Transactions.Abstractions
Identifies a grain constructor parameter as a transactional state facet.
public class TransactionalStateAttribute : Attribute, IFacetMetadata, ITransactionalStateConfigurationConstructors
TransactionalStateAttribute(string, string?)Initializes a new instance of theTransactionalStateAttributeclass.
Properties
StateNameGets the transactional state name.StorageNameGets the name of the storage provider used for the transactional state.
