|
BroEvent Constructor (String) |
Creates a new
BroEvent with the specified
name.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroEvent(
string name
)
Public Sub New (
name As String
)
new :
name : string -> BroEvent
public BroEvent(
String name
)
BroccoliSharp.BroEvent = function(name);
Parameters
- name
- Type: SystemString
Name of the BroEvent.
Exceptions See Also