Click or drag to resize

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
Syntax
public void SetAllowAssign(
	string jobID,
	string resourceID
)

Parameters

jobID
Type: SystemString
The job
resourceID
Type: SystemString
The resource
Exceptions
ExceptionCondition
ArgumentNullExceptionJobID is null.
ArgumentNullExceptionResourceID is null.
ArgumentNullExceptionCannot find Job with matching ID.
ArgumentNullExceptionCannot find Resource with ResourceID.
See Also

www.routingautomation.com | support