IVsTaskEvents.OnMarkedAsBlocking Event
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.
Raised when this task is marked as a blocking task for a wait on main thread of Visual Studio
public:
event EventHandler<Microsoft::VisualStudio::Shell::BlockingTaskEventArgs ^> ^ OnMarkedAsBlocking;
event EventHandler<Microsoft.VisualStudio.Shell.BlockingTaskEventArgs> OnMarkedAsBlocking;
member this.OnMarkedAsBlocking : EventHandler<Microsoft.VisualStudio.Shell.BlockingTaskEventArgs>
Event OnMarkedAsBlocking As EventHandler(Of BlockingTaskEventArgs)