ISolverSolve Async Method
Builds and optimizes the roster.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
A short summary of the solving.
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
Task<string> SolveAsync(
Roster roster,
CancellationToken token
)VB
Function SolveAsync (
roster As Roster,
token As CancellationToken
) As Task(Of String)C++
Task<String^>^ SolveAsync(
Roster^ roster,
CancellationToken token
)F#
abstract SolveAsync :
roster : Roster *
token : CancellationToken -> Task<string> Parameters
- roster Roster
- The roster to solve.
- token CancellationToken
- CancellationToken
Return Value
TaskStringA short summary of the solving.