コード例 #1
0
        /// <summary>
        /// Set the number of pending pipe instance handles when the pipe server is waiting for connections.
        /// </summary>
        /// <param name="count"></param>
        public void SetPendingInstances(int count)
        {
            this.EnsureCallingThread();

            Libuv.uv_pipe_pending_instances(this, count);
        }