ThreadHelper.GetInvocationWrapper Method
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.
Derived classes must implement the GetInvocationWrapper method to implement a a disposable object that will wrap the called method. This may be null.
protected:
abstract IDisposable ^ GetInvocationWrapper();
protected abstract IDisposable GetInvocationWrapper ();
abstract member GetInvocationWrapper : unit -> IDisposable
Protected MustOverride Function GetInvocationWrapper () As IDisposable
Returns
A disposable wrapper.