Click or drag to resize
DashboardQueryRefreshData Method (Boolean, Boolean, String, String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Causes the the query to refresh its data.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool RefreshData(
	bool Asynchronous,
	bool ServerRefreshFromQueue = false,
	string ServerUsername = "",
	string ServerPassword = ""
)

Parameters

Asynchronous
Type: SystemBoolean
True if the refresh should be run asynchronously in a seperate thread.
ServerRefreshFromQueue (Optional)
Type: SystemBoolean
ServerUsername (Optional)
Type: SystemString
ServerPassword (Optional)
Type: SystemString

Return Value

Type: Boolean
True if the refresh was successful.
Remarks