FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..removeEventsByID Method

Removes the events by identifier.

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

Syntax


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

Parameters

eventID
Type: String
The event identifier.

Return Value

true if XXXX, false otherwise.