Freigeben über


KeyedSingletonService<TKey,TService,TInstance> Klasse

Definition

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
KeyedSingletonService<TKey,TService,TInstance>

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>)

Gilt für:

Weitere Informationen