Click or drag to resize
Akka.NETICurrentEventsByTagQueryCurrentEventsByTag Method
Same type of query as EventsByTag(String, Int64) but the event stream is completed immediately when it reaches the end of the "result set". Events that are stored after the query is completed are not included in the event stream.

Namespace:  Akka.Persistence.Query
Assembly:  Akka.Persistence.Query (in Akka.Persistence.Query.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
Source<EventEnvelope, NotUsed> CurrentEventsByTag(
	string tag,
	long offset
)

Parameters

tag
Type: SystemString

[Missing <param name="tag"/> documentation for "M:Akka.Persistence.Query.ICurrentEventsByTagQuery.CurrentEventsByTag(System.String,System.Int64)"]

offset
Type: SystemInt64

[Missing <param name="offset"/> documentation for "M:Akka.Persistence.Query.ICurrentEventsByTagQuery.CurrentEventsByTag(System.String,System.Int64)"]

Return Value

Type: SourceEventEnvelope, NotUsed

[Missing <returns> documentation for "M:Akka.Persistence.Query.ICurrentEventsByTagQuery.CurrentEventsByTag(System.String,System.Int64)"]

See Also