FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..hasEventSubscription Method (String, String)

Determines whether [has event subscription] [the specified event name].

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

Syntax


public bool hasEventSubscription(
	string eventName,
	string eventHandlerName
)
Public Function hasEventSubscription ( _
	eventName As String, _
	eventHandlerName As String _
) As Boolean
public:
bool^ hasEventSubscription(
	String^ eventName, 
	String^ eventHandlerName
)

Parameters

eventName
Type: String
Name of the event.
eventHandlerName
Type: String
Name of the event handler.

Return Value

true if [has event subscription] [the specified event name]; otherwise, false.