Click or drag to resize

CounterQueueDequeue(Int32) Method

Decrements the number of items queued.

Namespace: Demo3D.Utilities.Performance
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public void Dequeue(
	int numItems
)

Parameters

numItems  Int32
Number of items dequeued.
See Also