CustomWorkerTModel, TItem Methods TIBCO Spotfire 7.6 API Reference

The CustomWorkerTModel, TItem generic type exposes the following members.

Methods

  Name Description
Public method Cancel
Cancel the work item.
(Inherited from WorkerTModel, TItem.)
Protected method CreateBatchPredicateCore
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 method Dispose
Override this method to clean up resources.
(Inherited from Worker.)
Protected method DoBatchWorkCore
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 method DoWorkCore
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.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetServiceTService
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 method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
See Also

Reference