[Missing <summary> documentation for "M:RCLibrary.SlimPC.RingBuffer2`1.ProducerGetNextSequenceBatch(System.Int64)"]

Namespace: RCLibrary.SlimPC
Assembly: RCLibrary (in RCLibrary.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long ProducerGetNextSequenceBatch(
	long size
)
Visual Basic
Public Function ProducerGetNextSequenceBatch ( _
	size As Long _
) As Long
Visual C++
public:
long long ProducerGetNextSequenceBatch(
	long long size
)

Parameters

size
Type: System..::..Int64

[Missing <param name="size"/> documentation for "M:RCLibrary.SlimPC.RingBuffer2`1.ProducerGetNextSequenceBatch(System.Int64)"]

Return Value

[Missing <returns> documentation for "M:RCLibrary.SlimPC.RingBuffer2`1.ProducerGetNextSequenceBatch(System.Int64)"]

See Also