FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getEngineAlertCountByStatus Method

Gets the engine alert count by status.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public DataTable getEngineAlertCountByStatus(
	Nullable<DateTime> oStartDate,
	Nullable<DateTime> oEndDate
)
Public Function getEngineAlertCountByStatus ( _
	oStartDate As Nullable(Of DateTime), _
	oEndDate As Nullable(Of DateTime) _
) As DataTable
public:
DataTable^ getEngineAlertCountByStatus(
	Nullable<DateTime^> oStartDate, 
	Nullable<DateTime^> oEndDate
)

Parameters

oStartDate
Type: Nullable<(Of <(<'DateTime>)>)>
The o start date.
oEndDate
Type: Nullable<(Of <(<'DateTime>)>)>
The o end date.

Return Value

DataTable.