OnCommit(ITransactionCommitOperation<TService>)
abstract
public abstract Task OnCommit(ITransactionCommitOperation<TService> operation) Enlists an operation to be applied when the current transaction commits.
Parameters
operationITransactionCommitOperation<TService>- The operation to enlist.
Returns
A task which represents the enlistment operation.
