IVsUpdateSolutionEventsAsync Interface

Definition

This interface is implemented by clients of the SolutionBuildManager which need to be able to respond to the UpdateSolution_EndLastUpdateActionAsync event. When clients have completed their work, they invoke the CompleteLastUpdateAction() method on the provided callback, indicating the SolutionBuildManager need no longer wait for them. This is used to allow clients to avoid blocking for possibly long running work on the UI thread.

public interface class IVsUpdateSolutionEventsAsync
public interface class IVsUpdateSolutionEventsAsync
__interface IVsUpdateSolutionEventsAsync
[System.Runtime.InteropServices.Guid("703ECC2C-7631-46A9-AD1E-19D9592C7A6B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUpdateSolutionEventsAsync
[<System.Runtime.InteropServices.Guid("703ECC2C-7631-46A9-AD1E-19D9592C7A6B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUpdateSolutionEventsAsync = interface
Public Interface IVsUpdateSolutionEventsAsync
Attributes

Methods

UpdateSolution_EndLastUpdateActionAsync(IVsUpdateSolutionEventsAsyncCallback)

Completes the last update action.

Applies to