Endjin.Assembly.ChangeDetection.Infrastructure.SafeFindHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

When overridden in a derived class, executes the code required to free the handle.
protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            return FindClose(this.handle);
        }
    }