IAsyncServiceProvider2 Interface

Definition

public interface class IAsyncServiceProvider2 : Microsoft::VisualStudio::Shell::IAsyncServiceProvider
public interface IAsyncServiceProvider2 : Microsoft.VisualStudio.Shell.IAsyncServiceProvider
type IAsyncServiceProvider2 = interface
    interface IAsyncServiceProvider
Public Interface IAsyncServiceProvider2
Implements IAsyncServiceProvider
Derived
Implements

Methods

GetServiceAsync(Type)

Gets a service asynchronously.

(Inherited from IAsyncServiceProvider)
GetServiceAsync(Type, Boolean)

Retrieves an async services but allows the caller to hint that exceptions may not have to be swallowed. It does not guarantee exceptions will be thrown however for failure cases.

Extension Methods

GetServiceAsync<TService,TInterface>(IAsyncServiceProvider)

Gets a service interface from a service provider asynchronously.

GetServiceAsync<TService,TInterface>(IAsyncServiceProvider, Boolean)

Gets a service interface from a service provider asynchronously.

Applies to