|
BroConnectionOnReceivedEvent Method |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax protected void OnReceivedEvent(
BroEventArgs args
)
Protected Sub OnReceivedEvent (
args As BroEventArgs
)
member OnReceivedEvent :
args : BroEventArgs -> unit
protected void OnReceivedEvent(
BroEventArgs args
)
function OnReceivedEvent(args);
Parameters
- args
- Type: BroccoliSharpBroEventArgs
BroEventArgs to pass to ReceivedEvent.
See Also