메소드 | 설명 | |
---|---|---|
EventPublishedEventArgs ( IContainerScope scope, DotNetCqs.ApplicationEvent applicationEvent, bool successful, IReadOnlyCollection |
Initializes a new instance of the EventPublishedEventArgs class.
|
public EventPublishedEventArgs ( IContainerScope scope, DotNetCqs.ApplicationEvent applicationEvent, bool successful, IReadOnlyCollection |
||
scope | IContainerScope | Scope used to resolve subscribers. |
applicationEvent | DotNetCqs.ApplicationEvent | Published event. |
successful | bool | All handlers processed the event successfully. |
eventInfo | IReadOnlyCollection |
|
리턴 | System |