Click or drag to resize

EventInfosFindByCommand Method

Find the specified event by command ID.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public EventInfo FindByCommand(
	string command
)

Parameters

command
Type: SystemString
The command ID of the event to find.

Return Value

Type: EventInfo
The EventInfo object, if found, else null.
See Also