Interface IEventStoreContributor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.EventSourcing
Assembly: Cephalon.Abstractions.dll
Contributes one or more event-stream descriptors to the active runtime.
public interface IEventStoreContributorMethods
Section titled “Methods”Contribute()
Section titled “ Contribute()”Returns the event-stream descriptors contributed by the current module or package.
IReadOnlyList<EventStreamDescriptor> Contribute()Returns
Section titled “Returns”IReadOnlyList<EventStreamDescriptor>
The contributed event-stream descriptors.