Show / Hide Table of Contents

    Delegate EventCompletedDelegate

    Delegate to call when an event is processed to completion (after no more repeats).

    Namespace: Fibula.Scheduling.Contracts.Delegates
    Assembly: Fibula.Scheduling.Contracts.dll
    Syntax
    public delegate void EventCompletedDelegate(IEvent evt);
    Parameters
    Type Name Description
    IEvent evt

    The event that was completed.

    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.