WorkDispatcherTItem Properties

Spotfire 14.3 API Reference

The WorkDispatcherTItem generic type exposes the following members.

Properties

  NameDescription
Public propertyAutoCancel
Gets or sets a value indicating whether worker model changes should automatically cancel added work items. The default value is true.
(Inherited from WorkDispatcher.)
Public propertyAutoDisposeItems
Gets or sets a value indicating whether work items should be automatically disposed. The default value is true. Manipulating this flag should be avoided whenever possible. Instead use work item handlers to make sure that work items are not disposed too early.
(Inherited from WorkDispatcher.)
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from WorkDispatcher.)
Public propertyMaxQueueSize
Gets or sets the maximum allowed number of items waiting to be dispatched. Before new items are added, items at the back of the queue will be canceled to make room.
(Inherited from WorkDispatcher.)
Top
See Also

Reference