Click or drag to resize

FileManager Methods

The FileManager type exposes the following members.

Methods
  NameDescription
Public methodCommit
Notifies an enlisted object that a transaction is being committed.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodEnlistVolatile
Enlists this instance as a volatile resource manager using the specified enlistment options.
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCommit
Called when the transaction is successfully committed.
Protected methodOnInDoubt
Called when the transaction is in doubt.
Protected methodOnPrepareFileStream
Prepares the stream for managing the file.
Protected methodOnRollback
Called when the transaction is rolled back.
Public methodPrepare
Notifies an enlisted object that a transaction is being prepared for commitment.
Public methodRollback
Notifies an enlisted object that a transaction is being rolled back (aborted).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also