DryadLinqQueryable Submit Method ( IQueryable )DryadLINQ documentation
Submits a list of DryadLINQ queries for asynchronous execution.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax

public static DryadLinqJobInfo Submit(
	params IQueryable[] sources
)

Parameters

sources
Type:  System.Linq IQueryable 
Queries to execute.

Return Value

Type: DryadLinqJobInfo
Job information for tracking the execution.
See Also