Handler<'TCmd, 'TEvent>Type

PackageFCQRS
C# delegate for command handlers - returns Task<Event<TEvent>>

Specification

Kind
Type
Members
1
Examples
0
InvokeSignature
this.Invoke

Summary

NameSignatureSynopsis
Invokethis.InvokeNo description available.

Invoke

this.Invoke
Member

Parameters

NameTypeDescription
filterFunc<'TEvent, bool>
cidCID
aggregateIdAggregateId
command'TCmd

Returns

Task<Event<'TEvent>>