ProblemSetAllowAssign Method (String, String) |
Allows the Job to be assigned to the selected Resource if it
was previously not allowed by calling SetNotAssign.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic void SetAllowAssign(
string jobID,
string resourceID
)
Public Sub SetAllowAssign (
jobID As String,
resourceID As String
)
public:
void SetAllowAssign(
String^ jobID,
String^ resourceID
)
member SetAllowAssign :
jobID : string *
resourceID : string -> unit
Parameters
- jobID
- Type: SystemString
The job - resourceID
- Type: SystemString
The resource
Exceptions
See Also