예제 #1
0
 /// <summary>
 /// Executes the request on the base handle.
 /// </summary>
 public void Shutdown()
 {
     this.EnsureCallingThread();
     Libuv.EnsureSuccess(Libuv.uv_shutdown(this, this.BaseHandle, _UvShutdownCallback));
 }