C-DEngine 5.105

TheThing..::..HasRegisteredEvents Method

Returns true if the event specified exists in the Eventing System of TheThing

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

Return Value