| GraphStageLogicSubSourceOutletTTimeout Method |
Set the source into timed-out mode if it has not yet been materialized.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Timeout(
TimeSpan d
)
member Timeout :
d : TimeSpan -> unit
Parameters
- d
- Type: SystemTimeSpan
TBD
See Also