Click or drag to resize
DashboardQuerySetNextAutoRefresh Method (DateTime) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Sets the next auto refresh for this query.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void SetNextAutoRefresh(
	DateTime NextRefresh
)

Parameters

NextRefresh
Type: SystemDateTime
The time the next refresh will occur
Remarks
Refreshes the query at the specified time, but does not reset the next refresh time.
See Also