| ActorTaskSchedulerTryExecuteTaskInline Method |
TBD
Namespace:
Akka.Dispatch
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax protected override bool TryExecuteTaskInline(
Task task,
bool taskWasPreviouslyQueued
)
abstract TryExecuteTaskInline :
task : Task *
taskWasPreviouslyQueued : bool -> bool
override TryExecuteTaskInline :
task : Task *
taskWasPreviouslyQueued : bool -> bool
Parameters
- task
- Type: System.Threading.TasksTask
TBD - taskWasPreviouslyQueued
- Type: SystemBoolean
TBD
Return Value
Type:
BooleanTBD
See Also