NetMQ.Sockets.PullSocket.Send C# (CSharp) 메소드

Send() 개인적인 메소드

private Send ( NetMQ.zmq.Msg &msg, SendReceiveOptions options ) : void
msg NetMQ.zmq.Msg
options SendReceiveOptions
리턴 void
        public override void Send(ref Msg msg, SendReceiveOptions options)
        {
            throw new NotSupportedException("Pull socket doesn't support sending");
        }