Visual Basic (Declaration) | |
---|---|
<ExtensionAttribute()> Public Shared Function WaitAll( _ ByVal results As IEnumerable(Of IAsyncResult) _ ) As IEnumerable(Of IAsyncResult) |
Visual Basic (Usage) | ![]() |
---|---|
Dim results As IEnumerable(Of IAsyncResult) Dim value As IEnumerable(Of IAsyncResult) value = ThreadingExtensions.WaitAll(results) |
C# | |
---|---|
[Extension()] public static IEnumerable<IAsyncResult> WaitAll( IEnumerable<IAsyncResult> results ) |
C++/CLI | |
---|---|
[Extension()] public: static IEnumerable<IAsyncResult^>^ WaitAll( IEnumerable<IAsyncResult^>^ results ) |
Parameters
- results
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2