Click or drag to resize
ThreadWorkerT Properties

The ThreadWorkerT generic type exposes the following members.

Properties
  NameDescription
Protected propertyStatic memberCurrent
Current thread worker object
Protected propertyDefaultInterval
Gets the default interval in milliseconds for the worker.
Protected propertyLastRun
Last run time
Protected propertyStatic memberLog
Asynchronous log context used by the worker thread
Protected propertyMaintenanceInterval
Gets the maintenance interval in milliseconds for the worker. When 0 (default), the maintenance is not performed.
Protected propertyNextMaintenance
Next maintenance time
Protected propertyPollThread
Gets or sets thread which is periodically checking for new tasks.
Protected propertyUseLogContext
If true, the thread uses a log context for its operations
Top
See Also