wmib.Instance.QueueSize C# (CSharp) 메소드

QueueSize() 공개 메소드

public QueueSize ( ) : int
리턴 int
        public int QueueSize()
        {
            if (this.Protocol == null)
                return 0;

            return this.Protocol.QueueSize;
        }