CogJobResultHistoryGated ClassCognex VisionPro 9.8 SR1
Inheritance Hierarchy

System Object
  Cognex.VisionPro.QuickBuild CogJobResultHistoryGated

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

public class CogJobResultHistoryGated : ICogJobResultHistory

The CogJobResultHistoryGated type exposes the following members.

Constructors

  NameDescription
Public methodCogJobResultHistoryGated(String)
Public methodCogJobResultHistoryGated(CogJobResultHistory)
Public methodCogJobResultHistoryGated(String, Int32, Int32)
Top
Methods

  NameDescription
Public methodAddNewUserResult
Public methodClear
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSnapshotNow
Public methodToString (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyCurrentItem
Public propertyCurrentItemIndex
Public propertyCurrentQueue
Public propertyCurrentQueueViewer
Public propertyInternalQueue
Public propertyLatestItem
Public propertyMaxQueueLength
Public propertyRunning
Top
Events

  NameDescription
Public eventCurrentItemChanged
Raised when the current item is changed. Note that the current item can change as a side-effect of changing the CurrentQueue.
Public eventCurrentItemIndexChanged
Raised when the current item index is changed. Note that the current item can change as a side-effect of changing the CurrentQueue.
Public eventCurrentQueueChanged
Raised when the currently selected queue changes.
Public eventLatestQueueItemChanged
Raised when only the latest item (index 0) of the currently selected queue is changed. Every time a new item is added, either the QueueItemsChanged or LatestQueueItemChanged event will be raised (not both).
Public eventQueueItemsChanged
Raised when a major change is made to the currently selected queue contents - generally this occurs when a new queue item is pushed on, shifting all queue items by one. Every time a new item is added, either the QueueItemsChanged or LatestQueueItemChanged event will be raised (not both).
Top
See Also