次の方法で共有


KeyedSingletonService<TKey,TService,TInstance> クラス

定義

シングルトン キー付きサービスを表します。

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>

コンストラクター

KeyedSingletonService<TKey,TService,TInstance>(TKey, IServiceProvider)

シングルトン キー付きサービスを表します。

プロパティ

Key

サービス キーを取得します。

(継承元 KeyedSingletonService<TKey,TService>)

メソッド

Equals(TKey)

シングルトン キー付きサービスを表します。

(継承元 KeyedSingletonService<TKey,TService>)
GetService(IServiceProvider)

サービス プロバイダーからサービスを取得します。

(継承元 KeyedSingletonService<TKey,TService>)

適用対象

こちらもご覧ください