TestimoX

API Reference

Enum

LdapEventType

Namespace ADPlayground.LdapEngine
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Event kind describing LDAP/DC selection and health actions.

Inheritance

  • Enum
  • LdapEventType

Values

public const LdapEventType Ban #

Engine banned a DC due to failure/timeouts.

Value: 0
public const LdapEventType Skip #

Engine skipped a DC as unhealthy or disallowed by policy.

Value: 1
public const LdapEventType Failover #

Query failed over from one DC to another.

Value: 2
public const LdapEventType Chosen #

Engine chose a DC and executed the query.

Value: 3