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

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

Parameters

manifest
Type: SystemString
The persistent payload's manifest.

Return Value

Type: IPersistentRepresentation
TBD

Implements

IPersistentRepresentationWithManifest(String)
See Also