Click or drag to resize
BroccoliSharp BroConnectionSendEvent Method (String, BroValue)
Attempts to send an event to a Bro agent with the specified name and parameters.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool SendEvent(
	string name,
	params BroValue[] parameters
)

Parameters

name
Type: SystemString
Name of the event to send.
parameters
Type: BroccoliSharpBroValue
Parameters to add to event.

Return Value

Type: Boolean
true if the event was sent or queued for later transmission; otherwise false on error.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
See Also