IEnterpriseServiceLoadDashboard Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax bool LoadDashboard(
string sMMFName,
string DashboardFile,
string UserID,
string Password,
string SecurityCode,
bool NeedMutex
)
Function LoadDashboard (
sMMFName As String,
DashboardFile As String,
UserID As String,
Password As String,
SecurityCode As String,
NeedMutex As Boolean
) As Boolean
bool LoadDashboard(
String^ sMMFName,
String^ DashboardFile,
String^ UserID,
String^ Password,
String^ SecurityCode,
bool NeedMutex
)
function LoadDashboard(sMMFName, DashboardFile, UserID, Password, SecurityCode, NeedMutex);
Parameters
- sMMFName
- Type: SystemString
- DashboardFile
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
- NeedMutex
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also