다음을 통해 공유


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

적용 대상