internal ActiveDirectoryReplicationMetadata(DirectoryServer server)
		{
			this.dataValueCollection = new AttributeMetadataCollection();
			this.dataNameCollection = new ReadOnlyStringCollection();
			this.server = server;
			Hashtable hashtables = new Hashtable();
			this.nameTable = Hashtable.Synchronized(hashtables);
		}
Exemple #2
0
        internal ActiveDirectoryReplicationMetadata(DirectoryServer server)
        {
            this.dataValueCollection = new AttributeMetadataCollection();
            this.dataNameCollection  = new ReadOnlyStringCollection();
            this.server = server;
            Hashtable hashtables = new Hashtable();

            this.nameTable = Hashtable.Synchronized(hashtables);
        }