C# 클래스 Griffin.Cqs.InversionOfControl.EventPublishedEventArgs

An event have been published.

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

상속: System.EventArgs
파일 보기 프로젝트 열기: jgauffin/Griffin.Framework 1 사용 예제들

공개 메소드들

메소드 설명
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