Click or drag to resize
Akka.NETTaskExtensions Class
INTERNAL API Extensions for working with Task types
Inheritance Hierarchy
SystemObject
  Akka.Util.InternalTaskExtensions

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 memberCastTaskTTask, 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