Event Class

Definition

The class representing MIP SDK event.

public abstract class Event
type Event = class
Public MustInherit Class Event
Inheritance
Event
Derived

Constructors

Event(String, EventLevel, DateTime, ReadOnlyCollection<EventProperty>)

Constructor for Event

Properties

Level

The level of event, indicating whether it is considered necessary service data (NSD) or not.

Name

Event name.

Properties

All event properties.

StartTime

The event start time.

Applies to