TaskPrecondition Constructor (String, Operator, Object) |
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic TaskPrecondition(
string resource,
Operator operation,
Object resourceValue
)
Public Sub New (
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