BlogSharp.Core.Impl.Services.FileSystem.Native.KtmTransactionHandle.ReleaseHandle C# (CSharp) Méthode

ReleaseHandle() protected méthode

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