Class CallingThreadDispatcher
INTERNAL API
Used to run an actor on the foreground thread.
public class CallingThreadDispatcher : MessageDispatcher
- Inheritance
-
CallingThreadDispatcher
Constructors
CallingThreadDispatcher(MessageDispatcherConfigurator)
TBD
public CallingThreadDispatcher(MessageDispatcherConfigurator configurator)
Parameters
configurator
MessageDispatcherConfiguratorTBD
Fields
Id
TBD
public static string Id
Field Value
Methods
ExecuteTask(IRunnable)
TBD
protected override void ExecuteTask(IRunnable run)
Parameters
run
IRunnableTBD
Shutdown()
TBD
protected override void Shutdown()