Click or drag to resize
ActorTaskSchedulerTryExecuteTaskInline Method

[Missing <summary> documentation for "M:Akka.Dispatch.ActorTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

Namespace: Akka.Dispatch
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override bool TryExecuteTaskInline(
	Task task,
	bool taskWasPreviouslyQueued
)

Parameters

task
Type: System.Threading.TasksTask

[Missing <param name="task"/> documentation for "M:Akka.Dispatch.ActorTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

taskWasPreviouslyQueued
Type: SystemBoolean

[Missing <param name="taskWasPreviouslyQueued"/> documentation for "M:Akka.Dispatch.ActorTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Dispatch.ActorTaskScheduler.TryExecuteTaskInline(System.Threading.Tasks.Task,System.Boolean)"]

See Also