Click or drag to resize

TaskPreconditionCollectionAdd Method (String, Operator, Object)

Adds the specified precondition to 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 void Add(
	string resource,
	Operator operation,
	Object resourceValue
)

Parameters

resource
Type: SystemString
The resource.
operation
Type: AGI.Parallel.InfrastructureOperator
The operation.
resourceValue
Type: SystemObject
The resource value.
See Also

STK Parallel Computing Server 2.9 API for .NET