Advances the simulation to the specified moment in time.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void RunTo(
ulong time
)
Parameters
- time
- Type: SystemUInt64
The moment in time to advance the simulation
to, in nanoseconds.
See Also