Click or drag to resize
Akka.NETFSharpDeliveryAggregateCommand, 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; }

Property Value

Type: FSharpFuncFSharpDeliveryCommand, Event, State, FSharpFuncState, FSharpFuncCommand, Unit
See Also