CancelToken MethodsCognex VisionPro 9.20

The CancelToken type exposes the following members.

Methods

  NameDescription
Public methodCancel

The Cancel method is called to cancel a lengthy operation such as Train or Tune. The Cancel method will raise the CancelEvent. The API is responsible to listen to the CancelEvent and cancel the operation.

Public methodEquals
Compares the equality of this object with another.
(Overrides ShareableBase Equals(Object).)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides ShareableBase GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetTypeMeta

Get the TypeMeta that describes the type of this object.

(Overrides ShareableBase GetTypeMeta .)
Public methodToString

Returns a human readable string that represents the object.

(Overrides Object ToString .)
Top
See Also