TaskQueueManagerTriggerPolling Method |
Triggers polling right away (when enabled).
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool TriggerPolling()
Public Function TriggerPolling As Boolean
public:
bool TriggerPolling()
Return Value
Type:
BooleanTrue when polling was enabled / triggered... false otherwise.
See Also