|
BroEvent Constructor (String, IEnumerableBroValue) |
Creates a new
BroEvent with the specified
name and
parameters.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroEvent(
string name,
IEnumerable<BroValue> parameters
)
Public Sub New (
name As String,
parameters As IEnumerable(Of BroValue)
)
new :
name : string *
parameters : IEnumerable<BroValue> -> BroEvent
public BroEvent(
String name,
IEnumerable<BroValue> parameters
)
BroccoliSharp.BroEvent = function(name, parameters);
Parameters
- name
- Type: SystemString
Name of the BroEvent. - parameters
- Type: System.Collections.GenericIEnumerableBroValue
Parameters to add to event.
Exceptions See Also