SharpTox.Av.ToxAvHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

Executes toxav_kill to free the tox handle.
protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            ToxAvFunctions.Kill(handle);
            return true;
        }