bigloo.pthread.bglpthread.terminate C# (CSharp) Method

terminate() public static method

public static terminate ( bglpthread thread ) : bool
thread bglpthread
return bool
        public static bool terminate( bglpthread thread )
        {
            thread.cthread.Abort();
             return true;
        }