| CallingThreadDispatcherExecuteTask Method |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected override void ExecuteTask(
IRunnable run
)
abstract ExecuteTask :
run : IRunnable -> unit
override ExecuteTask :
run : IRunnable -> unit
Parameters
- run
- Type: Akka.DispatchIRunnable
TBD
See Also