TaskManagerStartProcessing Method |
Starts the processing loop in a background thread.
Fails if
ProcessingInterval is set to
Zero.
Fails if no queues are registered.
The loop will automatically stop once all queues have been detatched.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic void StartProcessing()
Public Sub StartProcessing
public:
void StartProcessing()
See Also