API Reference
Class
View (RidMasterHealthEvaluator)
Domain view with RID/PDC state and server names.
Inheritance
- Object
- View
Constructors
public View(String DomainName, Boolean RidOnline, Boolean RidWritable, Boolean PdcRidTogether, String RidServer, String PdcServer) #Domain view with RID/PDC state and server names.
Parameters
- DomainName System.String
- DNS domain name.
- RidOnline System.Boolean
- True when the RID Master is reachable.
- RidWritable System.Boolean
- True when the RID Master is writable.
- PdcRidTogether System.Boolean
- True when RID and PDC roles are co-located.
- RidServer System.String
- RID Master server name.
- PdcServer System.String
- PDC Emulator server name.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out Boolean RidOnline, out Boolean RidWritable, out Boolean PdcRidTogether, out String RidServer, out String PdcServer) #Returns:
VoidParameters
- DomainName String
- RidOnline Boolean
- RidWritable Boolean
- PdcRidTogether Boolean
- RidServer String
- PdcServer String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public Boolean RidOnline { get; set; } #True when the RID Master is reachable.
public Boolean RidWritable { get; set; } #True when the RID Master is writable.
public Boolean PdcRidTogether { get; set; } #True when RID and PDC roles are co-located.
public String RidServer { get; set; } #RID Master server name.
public String PdcServer { get; set; } #PDC Emulator server name.