TimerTask Properties

Solclient

TimerTask Properties
version: 7.2.1.27

The TimerTask type exposes the following members.

Properties
  Name Description
Public property DurationInMsecs
The duration in milliseconds of the timer.
Public property Mode
The TimerMode specified when the timer is created Start(IContext, TimerCallback, TimerMode, Int64, Object)
Public property UserState
A reference to a user userState object. Passed in with the timer callback invocation.
Top
See Also