IAsyncServiceProvider Interface

Definition

Provides a method to get a service asynchronously.

public interface class IAsyncServiceProvider
public interface class IAsyncServiceProvider
__interface IAsyncServiceProvider
public interface IAsyncServiceProvider
type IAsyncServiceProvider = interface
Public Interface IAsyncServiceProvider
Derived

Methods

GetServiceAsync(Type)

Gets a service asynchronously.

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