Click or drag to resize
Akka.NETFutureTimeoutSupport Class
Used to help make it easier to schedule timeouts in conjunction with the built-in IScheduler
Inheritance Hierarchy
SystemObject
  Akka.PatternFutureTimeoutSupport

Namespace:  Akka.Pattern
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class FutureTimeoutSupport

The FutureTimeoutSupport type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAfterT
Returns a Task that will be completed with the success or failure of the provided value after the specified duration.
Top
See Also