You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.VisualStudio.Threading/AsyncQueue`1.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ public void Complete()
161
161
/// Adds an element to the tail of the queue.
162
162
/// </summary>
163
163
/// <param name="value">The value to add.</param>
164
+
/// <exception cref="InvalidOperationException">Thrown if <see cref="Complete" /> has already been called. Use <see cref="TryEnqueue" /> to avoid an exception in this case.</exception>
0 commit comments