Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pauses program execution until background processing completes.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
Sub WaitForBackgroundProcessingComplete ( _
Task As vsHTMLBackgroundTasks _
)
void WaitForBackgroundProcessingComplete(
vsHTMLBackgroundTasks Task
)
void WaitForBackgroundProcessingComplete(
[InAttribute] vsHTMLBackgroundTasks Task
)
abstract WaitForBackgroundProcessingComplete :
Task:vsHTMLBackgroundTasks -> unit
function WaitForBackgroundProcessingComplete(
Task : vsHTMLBackgroundTasks
)
Parameters
- Task
Type: EnvDTE90.vsHTMLBackgroundTasks
Specifies a vsHTMLBackgroundTasks value to complete.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.