Click or drag to resize
CappedQueueT Constructor
Initializes a new instance of the CappedQueue class.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public CappedQueue(
	int maxCapacity = 2147483647
)

Parameters

maxCapacity (Optional)
Type: SystemInt32
The maximum number of elements the queue can store.
See Also