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
)
Public Function FindByCommand (
command As String
) As EventInfo
Parameters
- command
- Type: SystemString
The command ID of the event to find.
Return Value
Type:
EventInfoThe EventInfo object, if found, else null.
See Also