CogRandomAccessQueue Enqueue Method Cognex VisionPro
Adds object to the back of the queue. If the queue is full, just overwrite the tail item

Namespace: Cognex.VisionPro.QuickBuild.Implementation.Internal
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax

public void Enqueue(
	Object obj
)
See Also