IKeyedServiceCollection<TKey,TService>.GetService Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
GetService(TKey) | |
GetService(IServiceProvider, TKey) |
Obtient le service avec la clé spécifiée. |
public TService GetService (TKey key);
abstract member GetService : 'Key -> 'Service
Public Function GetService (key As TKey) As TService
Paramètres
- key
- TKey
Retours
S’applique à
- Source:
- IKeyedServiceCollection.cs
Obtient le service avec la clé spécifiée.
public TService GetService (IServiceProvider services, TKey key);
abstract member GetService : IServiceProvider * 'Key -> 'Service
Public Function GetService (services As IServiceProvider, key As TKey) As TService
Paramètres
- services
- IServiceProvider
Fournisseur de services.
- key
- TKey
Clé.
Retours
Service avec la clé spécifiée.