TestimoX

API Reference

Class

EventLogProbeResult

Namespace ADPlayground.DomainControllers
Assembly ADPlayground
Implements
IEquatable<EventLogProbeResult>
Modifiers sealed

Public view of an event log probe used by examples and smoke tests.

Inheritance

  • Object
  • EventLogProbeResult

Constructors

Methods

public EventLogProbeResult <Clone>$() #
Returns: EventLogProbeResult
public virtual Boolean Equals(EventLogProbeResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainController { get; set; } #

Domain controller or computer probed.

public String LogName { get; set; } #

Log name queried (e.g., System, Directory Service).

public String Query { get; set; } #

XPath query used for the probe.

public EventLogProbeStatus Status { get; set; } #

Outcome of the probe.

public Nullable<DateTime> EventTimeUtc { get; set; } #

Timestamp of the first matching event (UTC) when found.

public Double DurationMilliseconds { get; set; } #

Total elapsed time of the probe in milliseconds.

public String Message { get; set; } #

Optional detail when the probe was skipped or failed.