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)
Syntaxpublic string RegisterEvent(
string eventTypeName,
string userID,
string groupID,
Properties eventParams
)
Public Function RegisterEvent (
eventTypeName As String,
userID As String,
groupID As String,
eventParams As Properties
) As String
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:
StringA unique ID that can be used by
FireEvent(String) to exectue the event.
See Also