RaiseAsync Method
Definition
- Assemblies
- Savvyio.Domain.dll
RaiseAsync(IDomainEvent, Action<AsyncOptions>)
Raises the specified request using Fire-and-Forget/In-Only MEP.
public Task RaiseAsync(IDomainEvent request, Action<AsyncOptions> setup = null)
Parameters
requestIDomainEventThe IDomainEvent to raise.
setupAction<AsyncOptions>The AsyncOptions which may be configured.