Click or drag to resize
Akka.NETResizableMultiReaderRingBufferTCount Method
Returns the number of elements that the buffer currently contains for the given cursor.

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public int Count(
	ICursor cursor
)

Parameters

cursor
Type: Akka.Streams.ImplementationICursor
TBD

Return Value

Type: Int32
TBD
See Also