TransactionCommitterAttribute
class
Namespace: Orleans.Transactions.Abstractions
Identifies a grain constructor parameter as a transaction committer facet.
public class TransactionCommitterAttribute : Attribute, IFacetMetadata, ITransactionCommitterConfigurationConstructors
TransactionCommitterAttribute(string, string?)Initializes a new instance of theTransactionCommitterAttributeclass.
Properties
ServiceNameGets the name of the service which receives committed operations.StorageNameGets the name of the storage provider used by the transaction committer.
