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

ReadLogs() public method

public ReadLogs ( int @from, int count ) : System.Threading.Tasks.Task
@from int
count int
return System.Threading.Tasks.Task
        public Task ReadLogs(int @from = 0, int count = 0)
        {
            throw new System.NotImplementedException();
        }