ProjectManager.ManagerTaskAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If file can be uniquely associated with a compilation unit,
executes executeTask on the CompilationUnitManager of that project (if one exists), passing true as second argument.
executeTask on the Microsoft.Quantum.QsCompiler.CompilationBuilder.ProjectManager.defaultManager otherwise, passing false as second argument.
public System.Threading.Tasks.Task ManagerTaskAsync (Uri file, Action<Microsoft.Quantum.QsCompiler.CompilationBuilder.CompilationUnitManager,bool> executeTask);
member this.ManagerTaskAsync : Uri * Action<Microsoft.Quantum.QsCompiler.CompilationBuilder.CompilationUnitManager, bool> -> System.Threading.Tasks.Task
Public Function ManagerTaskAsync (file As Uri, executeTask As Action(Of CompilationUnitManager, Boolean)) As Task
Parameters
- file
- Uri
- executeTask
- Action<CompilationUnitManager,Boolean>