Click or drag to resize
Akka.NETActorTaskSchedulerRunTask Method (FuncTask)
TBD

Namespace:  Akka.Dispatch
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static void RunTask(
	Func<Task> asyncAction
)

Parameters

asyncAction
Type: SystemFuncTask
TBD
Exceptions
ExceptionCondition
InvalidOperationException This exception is thrown if this method is called outside an actor context.
See Also