Click or drag to resize
Akka.NETIdentityEventAdapterManifest Method
Return the manifest (type hint) that will be provided in the FromJournal(Object, String) method. Use empty string if not needed.

Namespace:  Akka.Persistence.Journal
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public string Manifest(
	Object evt
)

Parameters

evt
Type: SystemObject
TBD

Return Value

Type: String
TBD

Implements

IWriteEventAdapterManifest(Object)
See Also