VaultApplicationBaseStartTaskQueueProcessing Method |
Signals the new task manager to start polling for broadcasts and tasks to process, if possible.
Should be called after StartApplication() when the app is in the running state.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual bool StartTaskQueueProcessing()
Protected Overridable Function StartTaskQueueProcessing As Boolean
protected:
virtual bool StartTaskQueueProcessing()
Return Value
Type:
BooleanTrue if polling was started, false otherwise.
See Also