OperationalEvent Class

A single event persisted by OperationalTrace. NOT thread-safe.

Definition

Namespace: Quine.Schemas.Core.Eventing
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
[DataContractAttribute(Namespace = "http://schemas.quine.no/core/v3_0.xsd")]
public class OperationalEvent
Inheritance
Object    OperationalEvent
Derived

Constructors

OperationalEvent(EventId)Initializes a new instance of the OperationalEvent class
OperationalEvent(Int32, String, String, Object, Int32) Constructor.

Properties

Data Additional data attached to the message.
EventId Numeric id identifying the event.
HasData True if Data dictionary has been constructed.
Message Event message.
Source Component that generated the event. By convention, it should be a fully-qualified name of the class type generating the event. If not set on construction, it will be set by Source upon adding to the trace.
Timestamp Timestamp for the message. Defaults to Now.

See Also