Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Instantiates a new instance of BlockingTaskEventArgs with the specified tasks.
Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
    blockingTask As IVsTask, _
    blockedTask As IVsTask _
)
public BlockingTaskEventArgs(
    IVsTask blockingTask,
    IVsTask blockedTask
)
public:
BlockingTaskEventArgs(
    IVsTask^ blockingTask, 
    IVsTask^ blockedTask
)
new : 
        blockingTask:IVsTask * 
        blockedTask:IVsTask -> BlockingTaskEventArgs
public function BlockingTaskEventArgs(
    blockingTask : IVsTask, 
    blockedTask : IVsTask
)
Parameters
- blockingTask 
 Type: Microsoft.VisualStudio.Shell.Interop.IVsTask- The blocking task. 
- blockedTask 
 Type: Microsoft.VisualStudio.Shell.Interop.IVsTask- The blocked task. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.