API Reference
Class
EventSample
Evidence row for a recent event in a channel.
Inheritance
- Object
- EventSample
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
- Property View.EventSamples
Constructors
public EventSample() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.