Click or drag to resize

TaskPreconditionCollectionRemove Method

Removes the first occurrence of a specific object from the ICollectionT.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public bool Remove(
	TaskPrecondition item
)

Parameters

item
Type: AGI.Parallel.InfrastructureTaskPrecondition
The object to remove from the ICollectionT.

Return Value

Type: Boolean
if item was successfully removed from the ICollectionT; otherwise, . This method also returns if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also

STK Parallel Computing Server 2.9 API for .NET