Click or drag to resize
Akka.NETTimers Class
INTERNAL API Various stages for controlling timeouts on IO related streams (although not necessarily). The common theme among the processing stages here that - they wait for certain event or events to happen - they have a timer that may fire before these events - if the timer fires before the event happens, these stages all fail the stream - otherwise, these streams do not interfere with the element flow, ordinary completion or failure
Inheritance Hierarchy
SystemObject
  Akka.Streams.ImplementationTimers

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class Timers

The Timers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIdleTimeoutCheckInterval
TBD
Top
Fields
  NameDescription
Public fieldStatic memberGraphStageLogicTimer
TBD
Top
See Also