CogJobResultHistory Constructor (String, Int32)Cognex VisionPro
Constructor

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

public CogJobResultHistory(
	string name,
	int maxLength
)

Parameters

name
Type: System String
The name of the Job for which history will be accumulated in this object.
maxLength
Type: System Int32
The initial max queue length used for both the "all results" and "failing results" queues.
See Also