BlockingTaskEventArgs Class
The event arguments to be used with an event that passes in blocking task information. The parameters identify the task that is being waited on the UI thread (blocked task) and the task that is blocking the wait (blocking task).
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | BlockingTaskEventArgs(IVsTask, IVsTask) | Instantiates a new instance of BlockingTaskEventArgs with the specified tasks. |
| Name | Description | |
|---|---|---|
![]() | BlockedTask | Gets the task that is being waited on the UI thread and that needs to be unblocked. |
![]() | BlockingTask | Gets the task that is blocking a task being waited on the UI thread. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


