Click or drag to resize
ManagedDashboardProcessRefreshOnOpen Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public static bool ProcessRefreshOnOpen(
	string Username,
	string Password,
	string AppServerInfo,
	ServerSecurity ServerSecurity,
	DataSet Setup,
	ManagedDashboard Dashboard,
	DashboardDataStore DashboardDataStore,
	string InstanceID,
	DPALogging dpaLogging,
	string ConnectionString,
	Dictionary<string, Object> apiParameterValues,
	ref string ErrorMsg,
	Dictionary<string, string> RequiredValues,
	bool LogPerformance = false,
	[OptionalAttribute] DateTime StartTime
)

Parameters

Username
Type: SystemString
Password
Type: SystemString
AppServerInfo
Type: SystemString
ServerSecurity
Type: DataPAServerSecurityServerSecurity
Setup
Type: System.DataDataSet
Dashboard
Type: DataPAEnterpriseDashboardManagedDashboard
DashboardDataStore
Type: DataPAEnterpriseDashboardDashboardDataStore
InstanceID
Type: SystemString
dpaLogging
Type: DPALogging
ConnectionString
Type: SystemString
apiParameterValues
Type: System.Collections.GenericDictionaryString, Object
ErrorMsg
Type: SystemString
RequiredValues
Type: System.Collections.GenericDictionaryString, String
LogPerformance (Optional)
Type: SystemBoolean
StartTime (Optional)
Type: SystemDateTime

Return Value

Type: Boolean
See Also