Provides a set of static methods for querying objects that implement IAsyncEnumerableT.
THE METHODS ARE EXPERIMENTAL. THEY MAY BE UNSTABLE AND UNTESTED. THEY MAY BE REMOVED FROM A FUTURE MAJOR OR MINOR RELEASE AND POSSIBLY WITHOUT NOTICE. USE THEM AT YOUR OWN RISK. THE METHODS ARE PUBLISHED FOR FIELD EXPERIMENTATION TO SOLICIT FEEDBACK ON THEIR UTILITY AND DESIGN/IMPLEMENTATION DEFECTS.
public static class ExperimentalEnumerable
<ExtensionAttribute>
Public NotInheritable Class ExperimentalEnumerable
[ExtensionAttribute]
public ref class ExperimentalEnumerable abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ExperimentalEnumerable = class end
MergeT(IEnumerableIAsyncEnumerableT) | Concurrently merges all the elements of multiple asynchronous streams into a single asynchronous stream. |
MergeT(IEnumerableIAsyncEnumerableT, Int32) | Concurrently merges all the elements of multiple asynchronous streams into a single asynchronous stream. An additional parameter specifies the maximum concurrent operations that may be in flight at any give time. |