Click or drag to resize
BroccoliSharp BroEventAddParameter Method (BroValue)
Adds a parameter to this BroEvent.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool AddParameter(
	BroValue value
)

Parameters

value
Type: BroccoliSharpBroValue
The BroValue to add to this BroEvent.

Return Value

Type: Boolean
true if operation was successful; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionCannot add a nullBroValue.
ObjectDisposedExceptionCannot add parameter, BroEvent is disposed.
See Also