Click or drag to resize
BroccoliSharp BroEventAddParameters Method (IEnumerableBroValue)
Adds parameters to this BroEvent.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool AddParameters(
	IEnumerable<BroValue> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableBroValue
Parameter values to add to event.

Return Value

Type: Boolean
true if all items were added; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
ObjectDisposedExceptionCannot add parameter, BroEvent is disposed.
See Also