The CancelToken type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Cancel | 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. | |
| Equals | Compares the equality of this object with another. (Overrides ShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ToString | Returns a human readable string that represents the object. |
See Also