Click or drag to resize
Akka.NETActorTaskSchedulerTryExecuteTaskInline 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
)

Parameters

task
Type: System.Threading.TasksTask
TBD
taskWasPreviouslyQueued
Type: SystemBoolean
TBD

Return Value

Type: Boolean
TBD
See Also