Click or drag to resize
Akka.NETIPersistentRepresentationWithManifest Method
Creates a new persistent message with the specified manifest.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IPersistentRepresentation WithManifest(
	string manifest
)

Parameters

manifest
Type: SystemString
The persistent payload's manifest.

Return Value

Type: IPersistentRepresentation
TBD
See Also