Click or drag to resize

TaskCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public IEnumerator<Task> GetEnumerator()

Return Value

Type: IEnumeratorTask
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

STK Parallel Computing Server 2.9 API for .NET