IEnterpriseServiceRemoveDashboardFromMemory Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboard.EnterpriseServiceAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax string RemoveDashboardFromMemory(
string DashboardFile,
string Type,
string UserID,
string Password,
string SecurityCode
)
Function RemoveDashboardFromMemory (
DashboardFile As String,
Type As String,
UserID As String,
Password As String,
SecurityCode As String
) As String
String^ RemoveDashboardFromMemory(
String^ DashboardFile,
String^ Type,
String^ UserID,
String^ Password,
String^ SecurityCode
)
function RemoveDashboardFromMemory(DashboardFile, Type, UserID, Password, SecurityCode);
Parameters
- DashboardFile
- Type: SystemString
- Type
- Type: SystemString
- UserID
- Type: SystemString
- Password
- Type: SystemString
- SecurityCode
- Type: SystemString
Return Value
Type:
StringSee Also