Click or drag to resize
Akka.NETFSharpViewEvent, StateDefer Method
Defers a function execution to the moment, when actor is suposed to end it's lifecycle. Provided function is guaranteed to be invoked no matter of actor stop reason.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence.FSharp (in Akka.Persistence.FSharp.dll) Version: 0.0.0.0
Syntax
void Defer(
	FSharpFunc<Unit, Unit> param0
)

Parameters

param0
Type: Microsoft.FSharp.CoreFSharpFuncUnit, Unit

[Missing <param name="param0"/> documentation for "M:Akka.Persistence.FSharp.View`2.Defer(Microsoft.FSharp.Core.FSharpFunc{Microsoft.FSharp.Core.Unit,Microsoft.FSharp.Core.Unit})"]

See Also