BlockingCollection<T>::TryAddToAny Method
Tries to add the specified item to any one of the specified BlockingCollection<T> instances.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TryAddToAny(array<BlockingCollection<T>^>^, T) | Tries to add the specified item to any one of the specified BlockingCollection<T> instances. |
![]() ![]() | TryAddToAny(array<BlockingCollection<T>^>^, T, Int32) | Tries to add the specified item to any one of the specified BlockingCollection<T> instances. |
![]() ![]() | TryAddToAny(array<BlockingCollection<T>^>^, T, Int32, CancellationToken) | Tries to add the specified item to any one of the specified BlockingCollection<T> instances. |
![]() ![]() | TryAddToAny(array<BlockingCollection<T>^>^, T, TimeSpan) | Tries to add the specified item to any one of the specified BlockingCollection<T> instances while observing the specified cancellation token. |

