Click or drag to resize

EventInfosRegisterEvent Method (String, String, String, Properties)

Registers an event with the system for future execution.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string RegisterEvent(
	string eventTypeName,
	string userID,
	string groupID,
	Properties eventParams
)

Parameters

eventTypeName
Type: SystemString
The event type name.
userID
Type: SystemString
The userID, if required.
groupID
Type: SystemString
The group that this event instance belongs to. This parameter can be null
eventParams
Type: NetQuarryProperties
Event parameters.

Return Value

Type: String
A unique ID that can be used by FireEvent(String) to exectue the event.
See Also