TestimoX

API Reference

Class

EventSample

Namespace ADPlayground.DomainControllers.EventLogLocalService
Assembly ADPlayground
Modifiers sealed

Evidence row for a recent event in a channel.

Inheritance

  • Object
  • EventSample

Constructors

Properties

public String LogName { get; set; } #

Log/channel name that produced the event.

public Int32 EventId { get; set; } #

Event identifier.

public DateTime TimeCreated { get; set; } #

Timestamp of the event.

public String ProviderName { get; set; } #

Provider name that emitted the event.

public String RenderedMessage { get; set; } #

Formatted event message.