VSWebSite.WaitUntilReady Method
Blocks all method calls until background processes have finished executing.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Sub WaitUntilReady
void WaitUntilReady()
void WaitUntilReady()
abstract WaitUntilReady : unit -> unit
function WaitUntilReady()
Remarks
This call is necessary only in the rare case when you have added references to the project and want to make sure the site has finished updating the references before you continue. Most method calls are automatically blocked until background processes are 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.