Click or drag to resize
Akka.NETInternalEventFilterApplierExpect Method (Int32, TimeSpan, Action)
TBD

Namespace:  Akka.TestKit.Internal
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void Expect(
	int expectedCount,
	TimeSpan timeout,
	Action action
)

Parameters

expectedCount
Type: SystemInt32
TBD
timeout
Type: SystemTimeSpan
TBD
action
Type: SystemAction
TBD

Implements

IEventFilterApplierExpect(Int32, TimeSpan, Action)
See Also