CurrentSynchronizationContextDispatcherSchedule Method |
Schedules the specified run.
Namespace: Akka.DispatchAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override void Schedule(
Action run
)
Public Overrides Sub Schedule (
run As Action
)
public:
virtual void Schedule(
Action^ run
) override
abstract Schedule :
run : Action -> unit
override Schedule :
run : Action -> unit
Parameters
- run
- Type: SystemAction
The run.
See Also