TestimoX

API Reference

Enum

EventLogProbeStatus

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

Outcome states for a bounded event log probe.

Inheritance

  • Enum
  • EventLogProbeStatus

Values

public const EventLogProbeStatus Ok #

Event read succeeded.

Value: 0
public const EventLogProbeStatus NoEvent #

No matching events were found before the reader finished.

Value: 1
public const EventLogProbeStatus Timeout #

The probe timed out before completing.

Value: 2
public const EventLogProbeStatus SkippedReachability #

The probe was skipped due to reachability heuristics (negative cache or failed RPC preflight).

Value: 3
public const EventLogProbeStatus Error #

An unexpected error occurred while reading.

Value: 4