KeyedSingletonService<TKey,TService,TInstance> Constructor

Definition

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

Parameters

key
TKey
services
IServiceProvider

Applies to