ManagedDashboardEnsureObjectsAreRefreshed Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static Dictionary<string, string> EnsureObjectsAreRefreshed(
ManagedDashboard Dashboard,
bool LogPerformance,
string InstanceID,
DPALogging dpaLogging,
DateTime StartTime
)
Public Shared Function EnsureObjectsAreRefreshed (
Dashboard As ManagedDashboard,
LogPerformance As Boolean,
InstanceID As String,
dpaLogging As DPALogging,
StartTime As DateTime
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ EnsureObjectsAreRefreshed(
ManagedDashboard^ Dashboard,
bool LogPerformance,
String^ InstanceID,
DPALogging^ dpaLogging,
DateTime StartTime
)
DataPAEnterpriseDashboard.ManagedDashboard.EnsureObjectsAreRefreshed = function(Dashboard, LogPerformance, InstanceID, dpaLogging, StartTime);
Parameters
- Dashboard
- Type: DataPAEnterpriseDashboardManagedDashboard
- LogPerformance
- Type: SystemBoolean
- InstanceID
- Type: SystemString
- dpaLogging
- Type: DPALogging
- StartTime
- Type: SystemDateTime
Return Value
Type:
DictionaryString,
StringSee Also