Ejemplo n.º 1
0
        private void CreateSnapshot()
        {
            var state = new AtomFeedState(this.AtomFeedId, this.CurrentFeedHeadDocument, this.LastHeadDocument,
                this.FeedTitle, this.FeedAuthor, this.numberOfEventsInCurrentHeadDocument, this.currentDocumentId);

            SaveSnapshot(state);
        }
Ejemplo n.º 2
0
        private void CreateSnapshot()
        {
            var state = new AtomFeedState(this.AtomFeedId, this.CurrentFeedHeadDocument, this.LastHeadDocument,
                                          this.FeedTitle, this.FeedAuthor, this.numberOfEventsInCurrentHeadDocument, this.currentDocumentId);

            SaveSnapshot(state);
        }