Example #1
0
 public IEnumerable <Message> List(string archiveDimensionsFilter, DateTime startDate, DateTime endDate, MessageType?type = null,
                                   string host    = null, string channel = null, string topic = null,
                                   Guid?relatedTo = null, int skipCount  = 0)
 {
     return(m_ArchiveStore.List(archiveDimensionsFilter, startDate, endDate, type, host, channel, topic, relatedTo, skipCount));
 }