ITransactionCommitOperation<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 ITransactionCommitOperation<TService> where TService : class
type ITransactionCommitOperation<'Service (requires 'Service : null)> = interface
Public Interface ITransactionCommitOperation(Of TService)
Type Parameters
- TService
- Derived
Methods
Commit(Guid, TService) |