예제 #1
0
 /// <summary>
 /// Stop the handle, the callback will no longer be called.
 /// </summary>
 public void Stop()
 {
     this.EnsureCallingThread();
     Libuv.EnsureSuccess(Libuv.uv_prepare_stop(this));
 }