NetMQ.Sockets.SubscriberSocket.TrySend C# (CSharp) 메소드

TrySend() 공개 메소드

public TrySend ( Msg &msg, System.TimeSpan timeout, bool more ) : bool
msg Msg
timeout System.TimeSpan
more bool
리턴 bool
        public override bool TrySend(ref Msg msg, TimeSpan timeout, bool more)
        {
            throw new NotSupportedException("Subscriber socket doesn't support sending");
        }