Click or drag to resize
Akka.NETWithManifest Constructor
Initializes a new instance of the WithManifest class.

Namespace:  Akka.Persistence.Sql.Common.Queries
Assembly:  Akka.Persistence.Sql.Common (in Akka.Persistence.Sql.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WithManifest(
	string manifest
)

Parameters

manifest
Type: SystemString
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when the specified manifest is null or empty.
See Also