ManagedDashboardProcessRefreshOnOpen Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: 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
)
Public Shared Function ProcessRefreshOnOpen (
Username As String,
Password As String,
AppServerInfo As String,
ServerSecurity As ServerSecurity,
Setup As DataSet,
Dashboard As ManagedDashboard,
DashboardDataStore As DashboardDataStore,
InstanceID As String,
dpaLogging As DPALogging,
ConnectionString As String,
apiParameterValues As Dictionary(Of String, Object),
ByRef ErrorMsg As String,
RequiredValues As Dictionary(Of String, String),
Optional LogPerformance As Boolean = false,
<OptionalAttribute> StartTime As DateTime
) As Boolean
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,
String^% ErrorMsg,
Dictionary<String^, String^>^ RequiredValues,
bool LogPerformance = false,
[OptionalAttribute] DateTime StartTime
)
DataPAEnterpriseDashboard.ManagedDashboard.ProcessRefreshOnOpen = function(Username, Password, AppServerInfo, ServerSecurity, Setup, Dashboard, DashboardDataStore, InstanceID, dpaLogging, ConnectionString, apiParameterValues, ErrorMsg, RequiredValues, LogPerformance, 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:
BooleanSee Also