TaskQueueAttributeBroadcastPollIntervalSeconds Property |
The frequency at which the queue is polled for new broadcast messages.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic int BroadcastPollIntervalSeconds { get; set; }
Public Property BroadcastPollIntervalSeconds As Integer
Get
Set
public:
property int BroadcastPollIntervalSeconds {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also