internal void TransportInterruptionProcessingComplete() { CountDownLatch cdl = this.transportInterruptionProcessingComplete; if(cdl != null) { cdl.countDown(); try { SignalInterruptionProcessingComplete(); } catch { } } }