NetMQ.Zyre.Zyre.SetInterval C# (CSharp) 메소드

SetInterval() 공개 메소드

Set UDP beacon discovery interval. Default is instant beacon exploration followed by pinging every 1,000 milliseconds.
public SetInterval ( System.TimeSpan interval ) : void
interval System.TimeSpan beacon discovery interval
리턴 void
        public void SetInterval(TimeSpan interval)
        {
            _actor.SendMoreFrame("SET INTERVAL").SendFrame(interval.ToString());
        }