NetMQ.NetMQBeacon.Unsubscribe C# (CSharp) Method

Unsubscribe() public method

Unsubscribe to beacon messages
public Unsubscribe ( ) : void
return void
        public void Unsubscribe()
        {
            m_actor.SendFrame(UnsubscribeCommand);
        }