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).

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Shell.BlockingTaskEventArgs

public class BlockingTaskEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodBlockingTaskEventArgs(IVsTask, IVsTask)

Instantiates a new instance of BlockingTaskEventArgs with the specified tasks.

NameDescription
System_CAPS_pubpropertyBlockedTask

Gets the task that is being waited on the UI thread and that needs to be unblocked.

System_CAPS_pubpropertyBlockingTask

Gets the task that is blocking a task being waited on the UI thread.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: