Click or drag to resize
IEventContextT Interface

[This is preliminary documentation and is subject to change.]

A wrapper for events to add time information and the context in which the event was raised

Namespace: Netadmin.Core.Event
Assembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IEventContext<out T>

Type Parameters

T
The type of event

The IEventContextT type exposes the following members.

Properties
  NameDescription
Public propertyConstantBusinessContextContext
The context in which the event was dispatched.
Public propertyIEventContextTEvent
The event
Public propertyDateTimeEventUtcTime
The time, in UTC, that the event occured
Top
See Also