This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Start the polling process.
Namespace: Smartsite.Tools.Caching
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public void StartPolling( callbackMethod, int pollCycleInMilliseconds ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub StartPolling ( _ callbackMethod As , _ pollCycleInMilliseconds As Integer _ ) |
Parameters
- callbackMethod
- TimerCallback
The method to callback when a cycle has completed.
- pollCycleInMilliseconds
- Int32
The time in milliseconds to poll.
See Also
ExpirationPollTimer Class
Smartsite.Tools.Caching Namespace