Click or drag to resize

EditFileManager Methods

The EditFileManager type exposes the following members.

Methods
  NameDescription
Public methodCommit
Notifies an enlisted object that a transaction is being committed.
(Inherited from FileManager.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from FileManager.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
(Inherited from FileManager.)
Public methodEnlistVolatile
Enlists this instance as a volatile resource manager using the specified enlistment options.
(Inherited from FileManager.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInDoubt
Notifies an enlisted object that the status of a transaction is in doubt.
(Inherited from FileManager.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCommit
Called when the transaction is successfully committed.
(Inherited from FileManager.)
Protected methodOnInDoubt
Called when the transaction is in doubt.
(Inherited from FileManager.)
Protected methodOnPrepareFileStream
Prepares the stream for managing the file.
(Overrides FileManagerOnPrepareFileStream(String).)
Protected methodOnRollback
Called when the transaction is rolled back.
(Overrides FileManagerOnRollback.)
Public methodPrepare
Notifies an enlisted object that a transaction is being prepared for commitment.
(Inherited from FileManager.)
Public methodRollback
Notifies an enlisted object that a transaction is being rolled back (aborted).
(Inherited from FileManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also