CQRSalad.Infrastructure.Logging.KutchaDispatcherContextLogger.LogResult C# (CSharp) Method

LogResult() public method

public LogResult ( object result ) : System.Threading.Tasks.Task
result object
return System.Threading.Tasks.Task
        public Task LogResult(object result)
        {
            throw new System.NotImplementedException();
        }