Click or drag to resize
Akka.NETFSharp.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
Syntax
public FSharpFunc<FSharp. Delivery<Command, Event, State>, FSharpFunc<State, FSharpFunc<Command, Unit>>> exec { get; }

Property Value

Type: FSharpFunc<FSharp.Delivery<Command, Event, State>, FSharpFunc<State, FSharpFunc<Command, Unit>>>
See Also