Click or drag to resize

TaskPrecondition Constructor (String, Operator, Object)

Initializes a new instance of the TaskPrecondition class.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
public TaskPrecondition(
	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.10 API for .NET