Akka.Remote.ReliableDeliverySupervisor.HandleTooLongIdle C# (CSharp) Метод

HandleTooLongIdle() приватный Метод

private HandleTooLongIdle ( ) : void
Результат void
        private void HandleTooLongIdle()
        {
            throw new HopelessAssociation(_localAddress, _remoteAddress, Uid,
                new TimeoutException("Delivery of system messages timed out and they were dropped"));
        }