Example #1
0
        public IEnumerable <WikiDocumentMetadata> GetWikiDocumentMetadatas(Wiki tag)
        {
            if (_disposed)
            {
                throw new ObjectDisposedException(this.GetType().FullName);
            }

            lock (this.ThisLock)
            {
                return(_connectionsManager.GetWikiDocumentMetadatas(tag));
            }
        }