Microsoft.Isam.Esent.Interop.Update.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.Cancel();
        }