Click or drag to resize
DbWebFarmUpdater Properties

The DbWebFarmUpdater type exposes the following members.

Properties
  NameDescription
Protected propertyDefaultInterval
Gets the interval in milliseconds for the worker.
(Overrides ThreadWorkerTDefaultInterval.)
Protected propertyLastRun
Last run time
(Inherited from ThreadWorkerT.)
Protected propertyStatic memberLoggingStrategy
Provides logging strategy.
Protected propertyMaintenanceInterval
Gets the maintenance interval in milliseconds for the worker. When 0 (default), the maintenance is not performed.
(Inherited from ThreadWorkerT.)
Protected propertyNextMaintenance
Next maintenance time
(Inherited from ThreadWorkerT.)
Protected propertyPollThread
Gets or sets thread which is periodically checking for new tasks.
(Inherited from ThreadWorkerT.)
Protected propertyUseLogContext
If true, the thread uses a log context for its operations
(Inherited from ThreadWorkerT.)
Top
See Also