M-Files Vault Application Framework
C#
Show/Hide TOC
Task
Queue
Manager
On
Polling
Time
Elapsed Method
Polling timer handler.
Definition
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
protected
virtual
void
OnPollingTimeElapsed
(
Object
state
)
Parameters
state
Object
The timer state object.
See Also
Reference
TaskQueueManager Class
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
See Also