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

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

Syntax

C#
public long ConsumerWaitFor(
	long sequence
)
Visual Basic
Public Function ConsumerWaitFor ( _
	sequence As Long _
) As Long
Visual C++
public:
long long ConsumerWaitFor(
	long long sequence
)

Parameters

sequence
Type: System..::..Int64

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

Return Value

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

See Also