API Reference
Class
EventLogProbeResult
Public view of an event log probe used by examples and smoke tests.
Inheritance
- Object
- EventLogProbeResult
Constructors
public EventLogProbeResult() #Methods
Inherited Methods
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.