Partilhar via


MefInjection<TService,TInterface>.GetServiceAsync Método

Definição

Retorna de forma assíncrona o serviço recuperado.

public System.Threading.Tasks.Task<TInterface> GetServiceAsync ();
member this.GetServiceAsync : unit -> System.Threading.Tasks.Task<'Interface>
Public Function GetServiceAsync () As Task(Of TInterface)

Retornos

Task<TInterface>

Uma instância do TService serviço.

Comentários

Várias chamadas para esse método retornarão a mesma instância de TInterface.

Aplica-se a