SimulationCallback Method |
Schedules the specified callback to run after the specified number of nanoseconds,
in simulation time.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Callback(
ulong timeout,
Action callback
)
Parameters
- timeout
- Type: SystemUInt64
The number of nanoseconds, in simulation timer after which to
run the callback method. - callback
- Type: SystemAction
The callback method to run.
See Also