KeyedServiceCollection<TKey,TService> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示具有指定索引鍵類型的服務集合。
public class KeyedServiceCollection<TKey,TService> : Orleans.Runtime.IKeyedServiceCollection<TKey,TService> where TService : class
type KeyedServiceCollection<'Key, 'Service (requires 'Service : null)> = class
interface IKeyedServiceCollection<'Key, 'Service (requires 'Service : null)>
Public Class KeyedServiceCollection(Of TKey, TService)
Implements IKeyedServiceCollection(Of TKey, TService)
類型參數
- TKey
索引鍵的類型。
- TService
服務的類型。
- 繼承
-
KeyedServiceCollection<TKey,TService>
- 實作
建構函式
KeyedServiceCollection<TKey,TService>() |
表示具有指定索引鍵類型的服務集合。 |
方法
GetService(IServiceProvider, TKey) |
取得具有指定索引鍵的服務。 |
GetServices(IServiceProvider) |
從這個集合取得所有服務。 |