Click or drag to resize
SimulationRunTo Method
Advances the simulation to the specified moment in time.

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 RunTo(
	ulong time
)

Parameters

time
Type: SystemUInt64
The moment in time to advance the simulation to, in nanoseconds.
See Also