EventLogStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the status code or error code for a specific event log. This status can be used to determine if the event log is available for an operation.
public ref class EventLogStatus sealed
public sealed class EventLogStatus
type EventLogStatus = class
Public NotInheritable Class EventLogStatus
- Inheritance
-
EventLogStatus
Properties
LogName |
Gets the name of the event log for which the status code is obtained. |
StatusCode |
Gets the status code or error code for the event log. This status or error is the result of a read or subscription operation on the event log. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |