Click or drag to resize

Novacta.Transactions.IO Namespace

Provides support for manipulating files in transactions.
Classes
  ClassDescription
Public classCopyFileManager
Represents a resource manager which copies a file when a transaction is successfully committed.
Public classCode exampleCreateFileManager
Represents a resource manager which creates a new file when a transaction is successfully committed.
Public classDeleteFileManager
Represents a resource manager which deletes an existing file when a transaction is successfully committed.
Public classCode exampleEditFileManager
Represents a resource manager which edits an existing file when a transaction is successfully committed.
Public classFileManager
Represents a file manager which can be enlisted in a transaction. This class is abstract.