Microsoft.Isam.Esent.Interop.Update.ReleaseResource C# (CSharp) Метод

ReleaseResource() защищенный Метод

Called when the transaction is being disposed while active. This should rollback the transaction.
protected ReleaseResource ( ) : void
Результат void
        protected override void ReleaseResource()
        {
            this.Cancel();
        }