Click or drag to resize
SimulationRemoveEvents Method
Removes the events that match the conditions of the specified delegate.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public 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: Int32
The number of events removed from the simulation.
See Also