DataPA Enterprise Dashboard Controls 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

C#
public void SetNextAutoRefresh(
	DateTime NextRefresh
)
Visual Basic
Public Sub SetNextAutoRefresh ( 
	NextRefresh As DateTime
)
Visual C++
public:
virtual void SetNextAutoRefresh(
	DateTime NextRefresh
) sealed

Parameters

NextRefresh
Type: System..::..DateTime
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