Click or drag to resize
Akka.NETTestSubscriberManualProbeTToStrict Method
Attempt to drain the stream into a strict collection (by requesting MaxValue elements).

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<T> ToStrict(
	TimeSpan atMost
)

Parameters

atMost
Type: SystemTimeSpan

[Missing <param name="atMost"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ToStrict(System.TimeSpan)"]

Return Value

Type: IListT

[Missing <returns> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ToStrict(System.TimeSpan)"]

Remarks
Use with caution: Be warned that this may not be a good idea if the stream is infinite or its elements are very large!
See Also