Worker TModel, TItem  Methods TIBCO Spotfire 6.0 API Reference
The Worker TModel, TItem  type exposes the following members.
Methods

  NameDescription
Public methodCancel
Cancel the work item.
Protected methodCreateBatchPredicateCore
Override to customize how work items are selected for batch work. The default implementation returns null, which selects all work items.
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.
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.
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 methodGetService TService 
Gets the service of the given type. This method provides access to services on the analysis application level and upwards.
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.)
Back to Top
See Also