Click or drag to resize
Akka.NETTestBarrier Constructor
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
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