MefInjection<TService,TInterface>.GetServiceAsync 方法

定义

异步返回检索到的服务。

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

返回

Task<TInterface>

服务的实例 TService

注解

对此方法的多次调用将返回 的同一 TInterface实例。

适用于