API Reference
Class
EventLogChannelDetailsResult
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() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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.