TaskQueueManagerPollingIntervalInSeconds Property |
The current and active polling interval in seconds.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected int PollingIntervalInSeconds { get; set; }
Protected Property PollingIntervalInSeconds As Integer
Get
Set
protected:
property int PollingIntervalInSeconds {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also