DryadLinqQueryableSubmit 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.2.1.0 (0.2.1.0)
Syntax

public static DryadLinqJobInfo Submit(
	params IQueryable[] sources
)

Parameters

sources
Type: System.LinqIQueryable
Queries to execute.

Return Value

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

Reference