FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..reProcessEvents Method

Re-process events.

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

Syntax


public bool reProcessEvents(
	List<string> oEventIDList
)
Public Function reProcessEvents ( _
	oEventIDList As List(Of String) _
) As Boolean
public:
bool^ reProcessEvents(
	List<String^>^ oEventIDList
)

Parameters

oEventIDList
Type: List<(Of <(<'String>)>)>
Event id list

Return Value

true if XXXX, false otherwise.