DashboardQuerySetNextAutoRefresh Method (DateTime) |
|
DataPA OpenAnalytics API Reference
Sets the next auto refresh for this query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void SetNextAutoRefresh(
DateTime NextRefresh
)
Public Sub SetNextAutoRefresh (
NextRefresh As DateTime
)
public:
virtual void SetNextAutoRefresh(
DateTime NextRefresh
) sealed
function SetNextAutoRefresh(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