TODO: Add Namespace Description
Interfaces
ITransaction | Represents a set of objects which must be committed together or not at all. Possible objects include: agentSignatures, commands, leases, and tags. |
ITransactionRepository | Represents an explicit set of objects which represent a complete history of a set of entities. |
ITransactionRepositoryFactory | Represents a type used to create instances of ITransactionRepository. |
ITransactionSubscriber | Represents a type that reacts to transactions that have been committed. |