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
)
Public Sub Add (
resource As String,
operation As Operator,
resourceValue As Object
)
Parameters
- resource
- Type: SystemString
The resource. - operation
- Type: AGI.Parallel.InfrastructureOperator
The operation. - resourceValue
- Type: SystemObject
The resource value.
See Also