Interface IEventContext
Interface for an operation context.
Namespace: Fibula.Scheduling.Contracts.Abstractions
Assembly: Fibula.Scheduling.Contracts.dll
Syntax
public interface IEventContext
Properties
| Improve this Doc View SourceCurrentTime
Gets the current time.
Declaration
DateTimeOffset CurrentTime { get; }
Property Value
| Type | Description |
|---|---|
| System.DateTimeOffset |
Logger
Gets a reference to the logger in use.
Declaration
ILogger Logger { get; }
Property Value
| Type | Description |
|---|---|
| Serilog.ILogger |