Akka.Event.LoggingAdapterBase.NotifyWarning C# (CSharp) Метод

NotifyWarning() защищенный абстрактный Метод

protected abstract NotifyWarning ( object message ) : void
message object
Результат void
        protected abstract void NotifyWarning(object message);
        protected abstract void NotifyInfo(object message);