C# Класс Griffin.Cqs.InversionOfControl.EventPublishedEventArgs

An event have been published.

Wether all handlers succeeded or not is specified by the Successful property.

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EventPublishedEventArgs ( IContainerScope scope, DotNetCqs.ApplicationEvent applicationEvent, bool successful, IReadOnlyCollection eventInfo ) : System

Initializes a new instance of the EventPublishedEventArgs class.

Описание методов

EventPublishedEventArgs() публичный Метод

Initializes a new instance of the EventPublishedEventArgs class.
/// scope /// or /// applicationEvent ///
public EventPublishedEventArgs ( IContainerScope scope, DotNetCqs.ApplicationEvent applicationEvent, bool successful, IReadOnlyCollection eventInfo ) : System
scope IContainerScope Scope used to resolve subscribers.
applicationEvent DotNetCqs.ApplicationEvent Published event.
successful bool All handlers processed the event successfully.
eventInfo IReadOnlyCollection
Результат System