C-DEngine 5.105

cdeP..::..HasRegisteredEvents Method (String)

Returns true if the requested eThingEvents has registered callbacks

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool HasRegisteredEvents(
	string pEventName
)
Public Function HasRegisteredEvents ( _
	pEventName As String _
) As Boolean
public:
bool^ HasRegisteredEvents(
	String^ pEventName
)

Parameters

pEventName
Type: String
ethingEvents to be checked

Return Value

True if the event has callbacks