| SimulationAddEvent Method  | 
            Adds the specified event to the simulation.
            
 
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddEvent(
	Event ev
)
Parameters
- ev
 - Type: Network.Sim.CoreEvent
The event instance to add to the simulation. 
See Also