FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getEngineAlertsByStatus Method (String, Nullable<(Of <(<'DateTime>)>)>, Nullable<(Of <(<'DateTime>)>)>)

Gets the engine alerts by status.

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

Syntax


public DataTable getEngineAlertsByStatus(
	string sStatus,
	Nullable<DateTime> oStartDate,
	Nullable<DateTime> oEndDate
)
Public Function getEngineAlertsByStatus ( _
	sStatus As String, _
	oStartDate As Nullable(Of DateTime), _
	oEndDate As Nullable(Of DateTime) _
) As DataTable
public:
DataTable^ getEngineAlertsByStatus(
	String^ sStatus, 
	Nullable<DateTime^> oStartDate, 
	Nullable<DateTime^> oEndDate
)

Parameters

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

Return Value

DataTable