Solclient
TimerTask Properties |
The TimerTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
DurationInMsecs |
The duration in milliseconds of the timer.
|
|
Mode |
The TimerMode specified when the timer is created Start(IContext, TimerCallback, TimerMode, Int64, Object)
|
|
UserState |
A reference to a user userState object. Passed in with the timer callback invocation.
|
See Also