ITransactionCommitOperation<TService>
interface
Namespace: Orleans.Transactions.Abstractions
Defines an operation which is applied to a service when a transaction commits.
public interface ITransactionCommitOperation<TService> where TService : classMethods
Commit(Guid, TService)Applies the operation to the service as part of committing the transaction.
