TaskPrecondition Constructor (String, Operator, Object) |
Namespace:
AGI.Parallel.Infrastructure
Assembly:
AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public 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