DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
The number of seconds
The number of seconds
Gets and sets a value that indicates the number of seconds to wait before starting the auto refresh of Dashboards after the DataPA Enterprise Service has started.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public long StartAutoRefreshDelay { get; set; } |
Visual Basic |
---|
Public Property StartAutoRefreshDelay As Long Get Set |
Visual C++ |
---|
public: virtual property long long StartAutoRefreshDelay { long long get () sealed; void set (long long value) sealed; } |
Property Value
Type: Int64The number of seconds
Return Value
Type: Int64The number of seconds
Remarks
This property exists to handle the scenario of where the DataPA Enterprise Service might start before the AppServers have had a chance to start.