DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if this query is queued for refresh.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: Boolean
True if this query is queued for refresh

Return Value

Type: Boolean
if 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.

See Also