예제 #1
0
파일: UvCheck.cs 프로젝트: codecopy/NLibuv
 /// <summary>
 /// Stop the handle, the callback will no longer be called.
 /// </summary>
 public void Stop()
 {
     this.EnsureCallingThread();
     Libuv.EnsureSuccess(Libuv.uv_check_stop(this));
 }