FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deBusinessIntelligence..::..getTotalNumberOfEventsToArchiveByDateAndStatus Method

Gets the total number of events to archive by date and status.

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

Syntax


public long getTotalNumberOfEventsToArchiveByDateAndStatus(
	DateTime oCutOffDate,
	eventExecutionStatus oStatus
)
Public Function getTotalNumberOfEventsToArchiveByDateAndStatus ( _
	oCutOffDate As DateTime, _
	oStatus As eventExecutionStatus _
) As Long
public:
long long^ getTotalNumberOfEventsToArchiveByDateAndStatus(
	DateTime^ oCutOffDate, 
	eventExecutionStatus^ oStatus
)

Parameters

oCutOffDate
Type: DateTime
The o cut off date.
oStatus
Type: FlowWright.cDevDecisionEngine..::..eventExecutionStatus
The o status.

Return Value

System.Int64.