CogJobResultHistory Constructor (String, Int32, 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 allMaxLength,
	int failureMaxLength
)

Parameters

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