KeyedSingletonService<TKey,TService,TInstance> 构造函数

定义

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)

参数

key
TKey
services
IServiceProvider

适用于