Click or drag to resize
CurrentSynchronizationContextDispatcherSchedule Method
Schedules the specified run.

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override void Schedule(
	Action run
)

Parameters

run
Type: SystemAction
The run.
See Also