RaiseAsync Method
Definition
- Assemblies
- Savvyio.Core.dll
RaiseAsync(IDomainEvent, Action<AsyncOptions>)
Invokes any domain event handlers that is assigned to the specified event.
Task RaiseAsync(IDomainEvent request, Action<AsyncOptions> setup = null)
Parameters
requestIDomainEventThe IDomainEvent to raise.
setupAction<AsyncOptions>The AsyncOptions which may be configured.