Click or drag to resize
Akka.NETTestSubscriberManualProbeTReceiveWithinTOther Method
Drains a given number of messages

Namespace:  Akka.Streams.TestKit
Assembly:  Akka.Streams.TestKit (in Akka.Streams.TestKit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnumerable<TOther> ReceiveWithin<TOther>(
	TimeSpan max,
	int messages = 2147483647
)
where TOther : class

Parameters

max
Type: SystemTimeSpan

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

messages (Optional)
Type: SystemInt32

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

Type Parameters

TOther

[Missing <typeparam name="TOther"/> documentation for "M:Akka.Streams.TestKit.TestSubscriber.ManualProbe`1.ReceiveWithin``1(System.TimeSpan,System.Int32)"]

Return Value

Type: IEnumerableTOther

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

See Also