Click or drag to resize
BroccoliSharp BroEventReplaceParameter Method (Int32, BroValue)
Replaces a parameter in this BroEvent.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool ReplaceParameter(
	int index,
	BroValue value
)

Parameters

index
Type: SystemInt32
Parameter index.
value
Type: BroccoliSharpBroValue
The BroValue to replace.

Return Value

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