Example #1
0
        protected void SendReap(SocketBase socket)
        {
            Command cmd = new Command(m_ctx.GetReaper(), CommandType.Reap, socket);

            SendCommand(cmd);
        }
Example #2
0
 protected void SendReap([NotNull] SocketBase socket)
 {
     SendCommand(new Command(m_ctx.GetReaper(), CommandType.Reap, socket));
 }