Edit

DurableCommitCallback members

Include protected members
Include inherited members

Wraps the callback dealing with durable commits.

The DurableCommitCallback type exposes the following members.

Constructors

  Name Description
Public method DurableCommitCallback Initializes a new instance of the DurableCommitCallback class.

Top

Properties

  Name Description
Protected property HasResource Gets a value indicating whether the underlying resource is currently allocated. (Inherited from EsentResource.)

Top

Methods

  Name Description
Protected method CheckObjectIsNotDisposed Throw an exception if this object has been disposed. (Inherited from EsentResource.)
Public method Dispose() Dispose of this object, releasing the underlying Esent resource. (Inherited from EsentResource.)
Protected method Dispose(Boolean) Called by Dispose and the finalizer. (Inherited from EsentResource.)
Public method End Terminates the durable commit session.
Public method Equals (Inherited from Object.)
Protected method Finalize Finalizes an instance of the EsentResource class. (Inherited from EsentResource.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ReleaseResource Frees the durable commit session. (Overrides EsentResource.ReleaseResource().)
Protected method ResourceWasAllocated Called by a subclass when a resource is allocated. (Inherited from EsentResource.)
Protected method ResourceWasReleased Called by a subclass when a resource is freed. (Inherited from EsentResource.)
Public method ToString Generates a string representation of the structure. (Overrides Object.ToString().)

Top

See also

Reference

DurableCommitCallback class

Microsoft.Isam.Esent.Interop.Windows8 namespace