 | FSharp.DeliveryAggregate<Command, Event, State>.exec 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
Syntaxpublic FSharpFunc<FSharp. Delivery<Command, Event, State>, FSharpFunc<State, FSharpFunc<Command, Unit>>> exec { get; }
member exec : FSharpFunc<FSharp. Delivery<'Command, 'Event, 'State>, FSharpFunc<'State, FSharpFunc<'Command, Unit>>> with get
Property Value
Type:
FSharpFunc<FSharp.Delivery<Command,
Event,
State>,
FSharpFunc<State,
FSharpFunc<Command,
Unit>>>
See Also