Class NullUnitOfWorkEventPublisher
Inheritance
object
NullUnitOfWorkEventPublisher
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Uow
Assembly: Volo.Abp.Uow.dll
Syntax
public class NullUnitOfWorkEventPublisher : IUnitOfWorkEventPublisher, ISingletonDependency
Constructors
NullUnitOfWorkEventPublisher()
Declaration
public NullUnitOfWorkEventPublisher()
Methods
PublishDistributedEventsAsync(IEnumerable<UnitOfWorkEventRecord>)
Declaration
public Task PublishDistributedEventsAsync(IEnumerable<UnitOfWorkEventRecord> distributedEvents)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T><UnitOfWorkEventRecord> | distributedEvents |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
PublishLocalEventsAsync(IEnumerable<UnitOfWorkEventRecord>)
Declaration
public Task PublishLocalEventsAsync(IEnumerable<UnitOfWorkEventRecord> localEvents)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T><UnitOfWorkEventRecord> | localEvents |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |