DryadLinqContextEnableMultiThreadingInVertex Property DryadLINQ documentation
Gets or sets whether user-defined methods and custom serializers may be called on multiple threads of a single process.

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

public bool EnableMultiThreadingInVertex { get; set; }

Property Value

Type: Boolean
Remarks

This option affects the internal behavior of individual queries and applies to both the client process (for serialization and local-debug mode) and to vertex processes. This option does not have any serializing effect for queries that are submitted concurrently by one or more client processes. If true, user-defined methods may be called concurrently. If false, user-defined methods will be called without concurrency.
See Also

Reference