Click or drag to resize
Akka.NETTestBarrier Constructor
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestBarrier(
	TestKitBase testKit,
	int count,
	Nullable<TimeSpan> defaultTimeout = null
)

Parameters

testKit
Type: Akka.TestKitTestKitBase
TBD
count
Type: SystemInt32
TBD
defaultTimeout (Optional)
Type: SystemNullableTimeSpan
TBD
See Also