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.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public int RefreshInterval { get; set; }

Property Value

Int32

See Also