IProfferAsyncService Interface
Visual Studio 2015
Provides a way to register a provider for services that can be retrieved asynchronously. Similar to IProfferService.The mplementation must be free-threaded.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | GetServiceProgressCallback() | Gets the callback instance used for reporting service load progress. |
![]() | ProfferAsyncService(Guid, IAsyncServiceProvider) | Proffers an asynchronous service. |
![]() | RevokeAsyncService(UInt32) | Revokes the asynchronous service. |
Show:
