BelhardTraining.LessonMultithreading.SafeTokenHandle.ReleaseHandle C# (CSharp) Méthode

ReleaseHandle() protected méthode

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