Click or drag to resize
SimulationAddEvent Method
Adds the specified event to the simulation.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void AddEvent(
	Event ev
)

Parameters

ev
Type: Network.Sim.CoreEvent
The event instance to add to the simulation.
See Also