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));
        }