FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..removeArchivedEvent Method

Removes the archived event.

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

Syntax


public bool removeArchivedEvent(
	string eventID
)
Public Function removeArchivedEvent ( _
	eventID As String _
) As Boolean
public:
bool^ removeArchivedEvent(
	String^ eventID
)

Parameters

eventID
Type: String
The event identifier.

Return Value

true if XXXX, false otherwise.