Click or drag to resize
Akka.NETHintsPersistenceIds Method

Note: This API is now obsolete.

Returns a hint that expects a reply with events from provided set of persistence ids.

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
[ObsoleteAttribute("Existing SQL persistence query will be obsoleted once Akka.Persistence.Query comes out.")]
public static IHint PersistenceIds(
	IEnumerable<string> persistenceIds
)

Parameters

persistenceIds
Type: System.Collections.GenericIEnumerableString
TBD

Return Value

Type: IHint
TBD
See Also