ThreadHelper.GetInvocationWrapper Method ()

 

Gets the invocation wrapper.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

Protected MustOverride Function GetInvocationWrapper As IDisposable

Return Value

Type: System.IDisposable

A disposable wrapper.

Derived classes must implement this method to implement a a disposable object that will wrap the called method. This may be null.

Return to top
Show: