Akka.Remote.EndpointActor.PublishError C# (CSharp) Метод

PublishError() защищенный Метод

protected PublishError ( Exception ex, LogLevel level ) : void
ex Exception
level LogLevel
Результат void
        protected void PublishError(Exception ex, LogLevel level)
        {
            TryPublish(new AssociationErrorEvent(ex, LocalAddress, RemoteAddress, Inbound, level));
        }