KeyedSingletonService<TKey,TService,TInstance> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt einen Singletonschlüsseldienst dar.
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)
Typparameter
- TKey
Der Typ des Schlüssels.
- TService
Der Typ des Dienstes.
- TInstance
Der Typ der Instanz.
- Vererbung
Konstruktoren
KeyedSingletonService<TKey,TService,TInstance>(TKey, IServiceProvider) |
Stellt einen Singletonschlüsseldienst dar. |
Eigenschaften
Key |
Ruft den Dienstschlüssel ab. (Geerbt von KeyedSingletonService<TKey,TService>) |
Methoden
Equals(TKey) |
Stellt einen Singletonschlüsseldienst dar. (Geerbt von KeyedSingletonService<TKey,TService>) |
GetService(IServiceProvider) |
Ruft den Dienst vom Dienstanbieter ab. (Geerbt von KeyedSingletonService<TKey,TService>) |