Click or drag to resize
Akka.NETDeleteSnapshot Constructor
Initializes a new instance of the DeleteSnapshot class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeleteSnapshot(
	SnapshotMetadata metadata
)

Parameters

metadata
Type: Akka.PersistenceSnapshotMetadata
Snapshot metadata.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified metadata is undefined.
See Also