11 references to CurrentCount
System.Threading (11)
System\Threading\CountdownEvent.cs (11)
208/// cref="CurrentCount"/>. 258/// <exception cref="System.InvalidOperationException"><see cref="CurrentCount"/> is equal to <see 271/// <returns>true if the increment succeeded; otherwise, false. If <see cref="CurrentCount"/> is 273/// <exception cref="System.InvalidOperationException"><see cref="CurrentCount"/> is equal to <see 286/// <param name="signalCount">The value by which to increase <see cref="CurrentCount"/>.</param> 291/// <exception cref="System.InvalidOperationException"><see cref="CurrentCount"/> is equal to <see 307/// <param name="signalCount">The value by which to increase <see cref="CurrentCount"/>.</param> 308/// <returns>true if the increment succeeded; otherwise, false. If <see cref="CurrentCount"/> is 314/// <exception cref="System.InvalidOperationException"><see cref="CurrentCount"/> is equal to <see 353/// Resets the <see cref="CurrentCount"/> to the value of <see cref="InitialCount"/>. 367/// Resets the <see cref="CurrentCount"/> to a specified value.