API Reference
Class
LingeringObject
Represents a lingering object detected during replication checks.
Inheritance
- Object
- LingeringObject
Constructors
public LingeringObject() #Methods
public static String CreateBatchKey(String targetDc, String namingContext, String referenceDc) #Returns:
StringCreates a normalized batch key for the provided lingering-object scope.
Parameters
- targetDc System.String
- Target domain controller.
- namingContext System.String
- Naming context being cleaned.
- referenceDc System.String
- Reference domain controller.
Returns
Normalized batch key.
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32op_Equality(ADPlayground.LingeringObject left, ADPlayground.LingeringObject right) #Checks equality.
Parameters
- left ADPlayground.LingeringObject
- right ADPlayground.LingeringObject
op_Inequality(ADPlayground.LingeringObject left, ADPlayground.LingeringObject right) #Checks inequality.
Parameters
- left ADPlayground.LingeringObject
- right ADPlayground.LingeringObject
Inherited Methods
Properties
public String NamingContext { get; set; } #Gets or sets the naming context where the object resides.
public String TargetDC { get; set; } #Gets or sets the target domain controller.
public String ReferenceDC { get; set; } #Gets or sets the reference domain controller.
public String ObjectDN { get; set; } #Gets or sets the distinguished name of the object.
public String ObjectClass { get; set; } #Gets or sets the class of the detected object.
public DateTime DetectedOn { get; set; } #Gets or sets when the object was detected.
public String DetectionServer { get; set; } #Gets or sets the server that reported the lingering object.
public Boolean IsDeletedObject { get; set; } #Gets or sets a value indicating whether the object is in Deleted Objects.
public String BatchKey { get; } #Gets the normalized removal batch key for this object.