Click or drag to resize
Akka.NETTestKitBaseReceiveN Method
Overload List
  NameDescription
Public methodReceiveN(Int32)
Receive the specified number of messages using RemainingOrDefault as timeout.
Public methodReceiveN(Int32, TimeSpan)
Receive the specified number of messages in a row before the given deadline. The deadline is scaled by "akka.test.timefactor" using Dilated(TimeSpan).
Top
See Also