NetMQ.Sockets.SubscriberSocket.TrySend C# (CSharp) Method

TrySend() public method

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