Table of Contents

RaiseAsync Method

Definition

Namespace
Savvyio.Domain
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Domain/IDomainEventDispatcher.cs

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

request IDomainEvent

The IDomainEvent to raise.

setup Action<AsyncOptions>

The AsyncOptions which may be configured.

Returns

Task

A Task that represents the asynchronous operation.