/// <summary> /// Starts the handle with the callback specified in the constructor. /// </summary> public void Start() { this.EnsureCallingThread(); Libuv.EnsureSuccess(Libuv.uv_check_start(this, _UvCheckCallback)); }