Submits a list of DryadLINQ queries for asynchronous execution.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- sources
- Type: System.Linq IQueryable
Queries to execute.
Return Value
Type: DryadLinqJobInfoJob information for tracking the execution.
See Also