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) |
このコレクションからすべてのサービスを取得します。 |