| TestBarrier 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
)
new :
testKit : TestKitBase *
count : int *
?defaultTimeout : Nullable<TimeSpan>
(* Defaults:
let _defaultTimeout = defaultArg defaultTimeout null
*)
-> TestBarrier
Parameters
- testKit
- Type: Akka.TestKitTestKitBase
TBD - count
- Type: SystemInt32
TBD - defaultTimeout (Optional)
- Type: SystemNullableTimeSpan
TBD
See Also