CQRSalad.Infrastructure.Logging.KutchaDispatcherContextLogger.LogResult C# (CSharp) Метод

LogResult() публичный Метод

public LogResult ( object result ) : System.Threading.Tasks.Task
result object
Результат System.Threading.Tasks.Task
        public Task LogResult(object result)
        {
            throw new System.NotImplementedException();
        }