BlogSharp.Core.Impl.Services.FileSystem.Native.KtmTransactionHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            return NativeMethods.CloseHandle(handle);
        }