次の方法で共有


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)

このコレクションからすべてのサービスを取得します。

適用対象

こちらもご覧ください