Show / Hide Table of Contents

    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 Source

    CurrentTime

    Gets the current time.

    Declaration
    DateTimeOffset CurrentTime { get; }
    Property Value
    Type Description
    System.DateTimeOffset
    | Improve this Doc View Source

    Logger

    Gets a reference to the logger in use.

    Declaration
    ILogger Logger { get; }
    Property Value
    Type Description
    Serilog.ILogger

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.