FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..removePublishedEvent Method

Removes the published events.

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

Syntax


public bool removePublishedEvent(
	string eventDefID
)
Public Function removePublishedEvent ( _
	eventDefID As String _
) As Boolean
public:
bool^ removePublishedEvent(
	String^ eventDefID
)

Parameters

eventDefID
Type: String
The event definition identifier.

Return Value

true if XXXX, false otherwise.