Click or drag to resize
Akka.NETTaskExtensions Class
INTERNAL API Extensions for working with Task types
Inheritance Hierarchy
System.Object
  Akka.Util.Internal.TaskExtensions

Namespace:  Akka.Util.Internal
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class TaskExtensions

The TaskExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCastTask<TTask, TResult>
TBD
Public methodStatic memberWithCancellation
Returns the task which completes with result of original task if cancellation token not canceled it before completion.
Top
See Also