|
BroEventReplaceParameter Method (Int32, BroValue) |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool ReplaceParameter(
int index,
BroValue value
)
Public Function ReplaceParameter (
index As Integer,
value As BroValue
) As Boolean
member ReplaceParameter :
index : int *
value : BroValue -> bool
public boolean ReplaceParameter(
int index,
BroValue value
)
function ReplaceParameter(index, value);
Parameters
- index
- Type: SystemInt32
Parameter index. - value
- Type: BroccoliSharpBroValue
The BroValue to replace.
Return Value
Type:
Booleantrue if operation was successful; otherwise,
false.
Exceptions See Also