Click or drag to resize
Akka.NETRecoveryTick Constructor
Initializes a new instance of the RecoveryTick class

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public RecoveryTick(
	bool snapshot
)

Parameters

snapshot
Type: SystemBoolean

[Missing <param name="snapshot"/> documentation for "M:Akka.Persistence.RecoveryTick.#ctor(System.Boolean)"]

See Also