CustomWorkerTModel, TItem Methods

Spotfire 14.2 API Reference

The CustomWorkerTModel, TItem generic type exposes the following members.

Methods

  NameDescription
Public methodCancel
Cancel the work item.
(Inherited from WorkerTModel, TItem.)
Protected methodCreateBatchPredicateCore
Override to customize how work items are selected for batch work. The default implementation returns null, which selects all work items.
(Inherited from WorkerTModel, TItem.)
Protected methodDispose
Override this method to clean up resources.
(Inherited from Worker.)
Protected methodDoBatchWorkCore
Override this method to handle a batch of work items at a time. You must call ReturnItem for each work item in the batch. The default implementation calls DoWorkCore(TModel, TItem) followed by ReturnItem for each work item.
(Inherited from WorkerTModel, TItem.)
Protected methodDoWorkCore
Override this method to handle a single work item at a time. This method is called by DoBatchWorkCore. The default implementation does nothing.
(Inherited from WorkerTModel, TItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetServiceTService
Gets the service of the given type. This method provides access to services on the analysis application level and upwards.
(Inherited from WorkerTModel, TItem.)
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference