C# Class TinySheets.Eventing.AutofacDomainEventDispatcher

Inheritance: IDomainEventDispatcher
显示文件 Open project: Readify/IocDevDay

Public Methods

Method Description
AutofacDomainEventDispatcher ( IDomainEventStore domainEventStore, IComponentContext componentContext ) : System
DispatchEvents ( ) : bool

Method Details

AutofacDomainEventDispatcher() public method

public AutofacDomainEventDispatcher ( IDomainEventStore domainEventStore, IComponentContext componentContext ) : System
domainEventStore IDomainEventStore
componentContext IComponentContext
return System

DispatchEvents() public method

public DispatchEvents ( ) : bool
return bool