Click or drag to resize
BroccoliSharp BroEvent Constructor (String, IEnumerableBroValue)
Creates a new BroEvent with the specified name and parameters.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroEvent(
	string name,
	IEnumerable<BroValue> parameters
)

Parameters

name
Type: SystemString
Name of the BroEvent.
parameters
Type: System.Collections.GenericIEnumerableBroValue
Parameters to add to event.
Exceptions
ExceptionCondition
ArgumentNullExceptionname or parameters is null.
OutOfMemoryExceptionFailed to create Bro event.
See Also