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

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroEvent(
	string name
)

Parameters

name
Type: SystemString
Name of the BroEvent.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
OutOfMemoryExceptionFailed to create Bro event.
See Also