| FutureTimeoutSupport Class |
Used to help make it easier to schedule timeouts in conjunction
with the built-in
ISchedulerInheritance Hierarchy
Namespace:
Akka.Pattern
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static class FutureTimeoutSupport
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FutureTimeoutSupport = class end
The FutureTimeoutSupport type exposes the following members.
Methods
| Name | Description |
---|
| AfterT |
Returns a Task that will be completed with the success or failure
of the provided value after the specified duration.
|
TopSee Also