StatusDashboardRefreshInterval Property |
The interval (in seconds) at which the client should refresh/update the dashboard.
If an
UpdateCommand is defined, it will be called to refresh the
dashboard, otherwise the whole dashboard will be refreshed from the source defined
in the domain.
Value is ignored if less than 1. Low values should be used with caution.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic int RefreshInterval { get; set; }
Public Property RefreshInterval As Integer
Get
Set
public:
property int RefreshInterval {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also