Command<'Command, 'Event>Union

PackageFCQRS
Represents the message sent to the internal subscription mechanism. <typeparam name="'Command">The type of the command payload.</typeparam> <typeparam name="'Event">The type of the expected event payload.</typeparam>

Specification

Kind
Union
Members
1
Examples
0
ExecuteSignature
Execute CommandDetails<'Command, 'Event>

Summary

NameSignatureSynopsis
ExecuteExecute CommandDetails<'Command, 'Event>No description available.

Execute

Execute CommandDetails<'Command, 'Event>
Member

Parameters

NameTypeDescription
ItemCommandDetails<'Command, 'Event>

Returns

unit