Freigeben über


KeyedSingletonService<TKey,TService> Konstruktor

Definition

Initialisiert eine neue Instanz der KeyedSingletonService<TKey,TService>-Klasse.

public KeyedSingletonService (TKey key, IServiceProvider services, Func<IServiceProvider,TKey,TService> factory);
new Orleans.Runtime.KeyedSingletonService<'Key, 'Service (requires 'Service : null)> : 'Key * IServiceProvider * Func<IServiceProvider, 'Key, 'Service (requires 'Service : null)> -> Orleans.Runtime.KeyedSingletonService<'Key, 'Service (requires 'Service : null)>
Public Sub New (key As TKey, services As IServiceProvider, factory As Func(Of IServiceProvider, TKey, TService))

Parameter

key
TKey

Der Schlüssel.

services
IServiceProvider

Die Dienste.

factory
Func<IServiceProvider,TKey,TService>

Die Factory.

Gilt für: