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

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
IPersistentRepresentation WithPayload(
	Object payload
)

Parameters

payload
Type: SystemObject
This persistent message's payload.

Return Value

Type: IPersistentRepresentation
TBD
See Also