Click or drag to resize

TaskCollectionIndexOf Method

Determines the index of a specific item in the IListT.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public int IndexOf(
	Task item
)

Parameters

item
Type: AGI.Parallel.InfrastructureTask
The object to locate in the IListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also

STK Parallel Computing Server 2.10 API for .NET