KeyedSingletonService<TKey,TService,TInstance> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
シングルトン キー付きサービスを表します。
public class KeyedSingletonService<TKey,TService,TInstance> : Orleans.Runtime.KeyedSingletonService<TKey,TService> where TService : class where TInstance : TService
type KeyedSingletonService<'Key, 'Service, #'Service (requires 'Service : null)> = class
inherit KeyedSingletonService<'Key, 'Service (requires 'Service : null)>
Public Class KeyedSingletonService(Of TKey, TService, TInstance)
Inherits KeyedSingletonService(Of TKey, TService)
型パラメーター
- TKey
キーの型。
- TService
サービスの型。
- TInstance
インスタンスの型です。
- 継承
コンストラクター
KeyedSingletonService<TKey,TService,TInstance>(TKey, IServiceProvider) |
シングルトン キー付きサービスを表します。 |
プロパティ
Key |
サービス キーを取得します。 (継承元 KeyedSingletonService<TKey,TService>) |
メソッド
Equals(TKey) |
シングルトン キー付きサービスを表します。 (継承元 KeyedSingletonService<TKey,TService>) |
GetService(IServiceProvider) |
サービス プロバイダーからサービスを取得します。 (継承元 KeyedSingletonService<TKey,TService>) |