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.

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

[GuidAttribute("5FDD1FE6-898B-4D51-B2BC-4C936760C572")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IProfferAsyncService

NameDescription
System_CAPS_pubmethodGetServiceProgressCallback()

Gets the callback instance used for reporting service load progress.

System_CAPS_pubmethodProfferAsyncService(Guid, IAsyncServiceProvider)

Proffers an asynchronous service.

System_CAPS_pubmethodRevokeAsyncService(UInt32)

Revokes the asynchronous service.

Return to top
Show: