Click or drag to resize
Akka.NETActorTaskScheduler.RunTask Method (Func<Task>)
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: System.Func<Task>
TBD
Exceptions
ExceptionCondition
InvalidOperationException This exception is thrown if this method is called outside an actor context.
See Also