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

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

Syntax

C#
public long ConsumerGetNextSequence(
	out long size
)
Visual Basic
Public Function ConsumerGetNextSequence ( _
	<OutAttribute> ByRef size As Long _
) As Long
Visual C++
public:
long long ConsumerGetNextSequence(
	[OutAttribute] long long% size
)

Parameters

size
Type: System..::..Int64%

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

Return Value

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

See Also