CountdownEvent.Signal Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Registers a signal with the CountdownEvent, decrementing the value of CurrentCount.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Booleantrue if the signal caused the count to reach zero and the event was set; otherwise, false.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The current instance has already been disposed. |
| InvalidOperationException | The current instance is already set. |
Show: