SimulationRemoveEvents Method |
Removes the events that match the conditions of the specified delegate.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int RemoveEvents(
SimulationRemoveEventsHandler handler
)
Parameters
- handler
- Type: Network.Sim.CoreSimulationRemoveEventsHandler
The delegate that defines the conditions of the
events to remove.
Return Value
Type:
Int32The number of events removed from the simulation.
See Also