共用方式為


KeyedServiceCollection<TKey,TService> 類別

定義

表示具有指定索引鍵類型的服務集合。

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)

從這個集合取得所有服務。

適用於

另請參閱