Microsoft.Isam.Esent.Interop.Transaction.ReleaseResource C# (CSharp) Method

ReleaseResource() protected method

Called when the transaction is being disposed while active. This should rollback the transaction.
protected ReleaseResource ( ) : void
return void
        protected override void ReleaseResource()
        {
            this.Rollback();
        }