override protected void DerivedDumpNode(DLink pLink) { Debug.Assert(pLink != null); TimerEvent pData = (TimerEvent)pLink; pData.Dump(); }