ParseRequest Constructor (Boolean)
Visual Studio 2015
Initializes a new instance of the ParseRequest class in order to terminate the thread used for background parsing operations.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- terminate
-
Type:
System::Boolean
[in] Set to true if the parsing operation is to be terminated. For this constructor, this argument is must always true.
Some parsing operations can take some time to complete and are therefore executed on a worker thread in the background. This constructor is used to terminate that worker thread.
Show: