BlockingTaskEventArgs Class

Definition

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.

Applies to