Example #1
0
        public IEnumerable <ChatMessageMetadata> GetChatMessageMetadatas(Chat tag)
        {
            if (_disposed)
            {
                throw new ObjectDisposedException(this.GetType().FullName);
            }

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