EnterpriseServiceClientLoadDashboard Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool LoadDashboard(
string sMMFName,
string DashboardFile,
string UserID,
string Password,
string SecurityCode,
bool NeedMutex
)
Public Function LoadDashboard (
sMMFName As String,
DashboardFile As String,
UserID As String,
Password As String,
SecurityCode As String,
NeedMutex As Boolean
) As Boolean
public:
virtual bool LoadDashboard(
String^ sMMFName,
String^ DashboardFile,
String^ UserID,
String^ Password,
String^ SecurityCode,
bool NeedMutex
) sealed
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:
BooleanImplements
IEnterpriseServiceLoadDashboard(String, String, String, String, String, Boolean)See Also