TestimoX

API Reference

Class

IrreversibleChangeMonitor

Namespace ADPlayground
Assembly ADPlayground

Monitors schema version and forest functional level for irreversible changes.

Inheritance

  • Object
  • IrreversibleChangeMonitor

Constructors

public IrreversibleChangeMonitor(Func<Int32> schemaVersionProvider = null, Func<ForestMode> forestModeProvider = null, Action<String> warningWriter = null) #

Initializes a new instance of the IrreversibleChangeMonitor class.

Parameters

schemaVersionProvider System.Func{System.Int32} = null optionalposition: 0
forestModeProvider System.Func{System.DirectoryServices.ActiveDirectory.ForestMode} = null optionalposition: 1
warningWriter System.Action{System.String} = null optionalposition: 2

Methods

public Void CheckForChanges() #
Returns: Void

Checks for schema or forest mode changes.