BlockingTaskEventArgs Class
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.
Event argument to be used with event that passes in blocking task information. The parameters identify the task that is being waited on UI thread (blocked task) and task that is blocking the wait (blocking task).
public ref class BlockingTaskEventArgs : EventArgs
public class BlockingTaskEventArgs : EventArgs
type BlockingTaskEventArgs = class
inherit EventArgs
Public Class BlockingTaskEventArgs
Inherits EventArgs
- Inheritance
-
BlockingTaskEventArgs
Constructors
BlockingTaskEventArgs(IVsTask, IVsTask) |
Creates a new BlockingTaskEventArgs instance. |
Properties
BlockedTask |
Gets the task that is being waited on UI thread and that needs to be unblocked. |
BlockingTask |
Gets the task that is blocking a task being waited on UI thread. |