/// <summary> /// Stop the handle, the callback will no longer be called. /// </summary> public void Stop() { this.EnsureCallingThread(); Libuv.EnsureSuccess(Libuv.uv_check_stop(this)); }