| FSharpDeliveryAggregateCommand, Event, Stateexec Property |
[Missing <summary> documentation for "P:Akka.Persistence.FSharp.DeliveryAggregate`3.exec"]
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax public FSharpFunc<FSharpDelivery<Command, Event, State>, FSharpFunc<State, FSharpFunc<Command, Unit>>> exec { get; }
member exec : FSharpFunc<FSharpDelivery<'Command, 'Event, 'State>, FSharpFunc<'State, FSharpFunc<'Command, Unit>>> with get
Property Value
Type:
FSharpFuncFSharpDeliveryCommand,
Event,
State,
FSharpFuncState,
FSharpFuncCommand,
UnitSee Also