Skip to content

TransactionCommitter<TService> Constructors

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

TransactionCommitter<TService>(ITransactionCommitterConfiguration, IGrainContextAccessor, ITransactionDataCopier<TransactionCommitter<TService>>, IGrainRuntime, ILogger<TransactionCommitter<TService>>)

View source
public TransactionCommitter(ITransactionCommitterConfiguration config, IGrainContextAccessor contextAccessor, ITransactionDataCopier<OperationState> copier, IGrainRuntime grainRuntime, ILogger<TransactionCommitter<TService>> logger)

Parameters

configITransactionCommitterConfiguration
contextAccessorIGrainContextAccessor
copierITransactionDataCopier<TransactionCommitter<TService>>
grainRuntimeIGrainRuntime
loggerILogger<TransactionCommitter<TService>>