Example #1
0
        public object execute(IMetadataServer metadata, string command)
        {
            if (metadata != null)
            {
                metadata.Recover();
            }

            return null;
        }
Example #2
0
 public object execute(IMetadataServer metadata, string command)
 {
     throw new NotImplementedException();
 }
Example #3
0
        public object execute(IMetadataServer metadata, string command)
        {
            if (metadata != null)
            {
                return metadata.Dump();
            }

            return null;
        }