Click or drag to resize

TaskPreconditionCollectionAddRange Method

Adds the elements of the specified collection to the end of the TaskPreconditionCollection.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public void AddRange(
	IEnumerable<TaskPrecondition> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableTaskPrecondition
The collection whose elements should be added to the end of the TaskPreconditionCollection.
Exceptions
ExceptionCondition
ArgumentNullExceptioncollection is null.
See Also

STK Parallel Computing Server 2.9 API for .NET