DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if this query is queued for refresh
if this query is queued for refresh
Gets a value that indicates if this query is queued for refresh.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool QueuedForRefresh { get; } |
Visual Basic |
---|
Public ReadOnly Property QueuedForRefresh As Boolean Get |
Visual C++ |
---|
public: virtual property bool QueuedForRefresh { bool get () sealed; } |
Property Value
Type: BooleanTrue if this query is queued for refresh
Return Value
Type: Booleanif this query is queued for refresh
Remarks
Only one query can be refreshed at once. If a request to refresh this query is set whilst another is running, this flag is set to true.