public void Kill() { if (_hJob != null) { NativeJob.TerminateJobObject(_hJob, 0); } _hJob = IntPtr.Zero; }
public void Kill() { CheckIfDisposed(); NativeJob.TerminateJobObject(_hJob, 0); }
public void Kill() { NativeJob.TerminateJobObject(_hJob, 0); }