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

C#
public bool RefreshData(
	bool Asynchronous,
	bool ServerRefreshFromQueue = false,
	string ServerUsername = "",
	string ServerPassword = ""
)
Visual Basic
Public Function RefreshData ( 
	Asynchronous As Boolean,
	Optional ServerRefreshFromQueue As Boolean = false,
	Optional ServerUsername As String = "",
	Optional ServerPassword As String = ""
) As Boolean
Visual C++
public:
virtual bool RefreshData(
	bool Asynchronous, 
	bool ServerRefreshFromQueue = false, 
	String^ ServerUsername = L"", 
	String^ ServerPassword = L""
) sealed

Parameters

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

Return Value

Type: Boolean
True if the refresh was successful.

Remarks