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.10.0.1777 (2.10.0.1777)
Syntaxpublic 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