Uses of Class
system.threading.CountdownEvent
-
Packages that use CountdownEvent Package Description system.threading -
-
Uses of CountdownEvent in system.threading
Methods in system.threading that return CountdownEvent Modifier and Type Method Description static CountdownEvent
CountdownEvent. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoCountdownEvent
, a cast assert is made to check if types are compatible.
-