ITransactionCommitter<TService> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ITransactionCommitter<TService> where TService : class
type ITransactionCommitter<'Service (requires 'Service : null)> = interface
Public Interface ITransactionCommitter(Of TService)
Type Parameters
- TService
- Derived
Methods
OnCommit(ITransactionCommitOperation<TService>) |