Apache.NMS.ActiveMQ.Transport.InactivityMonitor.CheckConnection C# (CSharp) Méthode

CheckConnection() public méthode

public CheckConnection ( object state ) : void
state object
Résultat void
        public void CheckConnection(object state)
        {
            // First see if we have written or can write.
            WriteCheck();

            // Now check is we've read anything, if not then we send
            // a new KeepAlive with response required.
            ReadCheck();
        }