TestimoX

API Reference

Class

EventLogChannelDetailsResult

Namespace ComputerX.EventLog
Assembly ComputerX
Modifiers sealed

Result of reading channel-level Windows Event Log details.

Inheritance

  • Object
  • EventLogChannelDetailsResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public EventLogChannelDetailsResult() #

Properties

public String LogName { get; set; } #

Event log channel name.

public String ComputerName { get; set; } #

Computer associated with the read attempt.

public Boolean Success { get; set; } #

True when details were collected successfully.

public String Status { get; set; } #

Diagnostic status returned by the channel read.

public String ErrorMessage { get; set; } #

Diagnostic message when details are unavailable or partially available.

public String ErrorType { get; set; } #

Underlying exception type when one is available.

public Int32 TimeoutMs { get; set; } #

Timeout budget used by the read attempt, in milliseconds.

public EventLogChannelDetails Details { get; set; } #

Collected event log details when available.