ManagedDashboardProcessGetSelectionResults Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Object ProcessGetSelectionResults(
RequestDataObjectClass RequestDataObject,
ServerSecurity ServerSecurity,
bool DebugMode,
bool LogObjectErrors,
DPALogging DPALogging,
SelectionDataClass[] SelectionData,
DashboardDataStore DashboardDataStore,
string Username,
string Password,
string AppServerInfo,
ref bool Success
)
Public Function ProcessGetSelectionResults (
RequestDataObject As RequestDataObjectClass,
ServerSecurity As ServerSecurity,
DebugMode As Boolean,
LogObjectErrors As Boolean,
DPALogging As DPALogging,
SelectionData As SelectionDataClass(),
DashboardDataStore As DashboardDataStore,
Username As String,
Password As String,
AppServerInfo As String,
ByRef Success As Boolean
) As Object
public:
virtual Object^ ProcessGetSelectionResults(
RequestDataObjectClass^ RequestDataObject,
ServerSecurity^ ServerSecurity,
bool DebugMode,
bool LogObjectErrors,
DPALogging^ DPALogging,
array<SelectionDataClass^>^ SelectionData,
DashboardDataStore^ DashboardDataStore,
String^ Username,
String^ Password,
String^ AppServerInfo,
bool% Success
) sealed
function ProcessGetSelectionResults(RequestDataObject, ServerSecurity, DebugMode, LogObjectErrors, DPALogging, SelectionData, DashboardDataStore, Username, Password, AppServerInfo, Success);
Parameters
- RequestDataObject
- Type: DataPAEnterpriseDashboardRequestDataObjectClass
- ServerSecurity
- Type: DataPAServerSecurityServerSecurity
- DebugMode
- Type: SystemBoolean
- LogObjectErrors
- Type: SystemBoolean
- DPALogging
- Type: DPALogging
- SelectionData
- Type: DataPAEnterpriseDashboardSelectionDataClass
- DashboardDataStore
- Type: DataPAEnterpriseDashboardDashboardDataStore
- Username
- Type: SystemString
- Password
- Type: SystemString
- AppServerInfo
- Type: SystemString
- Success
- Type: SystemBoolean
Return Value
Type:
ObjectSee Also