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

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

public ReadLogs ( int @from, int count ) : System.Threading.Tasks.Task
@from int
count int
Результат System.Threading.Tasks.Task
        public Task ReadLogs(int @from = 0, int count = 0)
        {
            throw new System.NotImplementedException();
        }