getCount() публичный Метод

public getCount ( ) : int
Результат int
Пример #1
0
 /*
  * Return the number of messages currently waiting in the receive
  * queue for this connection.
  */
 public virtual int msgCount()
 {
     return(queue.getCount());
 }