KeyedService<TKey,TService,TInstance> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
KeyedService<TKey,TService,TInstance>(TKey) | |
KeyedService<TKey,TService,TInstance>(TKey, IServiceProvider) |
KeyedService<TKey,TService,TInstance>(TKey)
public KeyedService (TKey key);
new Orleans.Runtime.KeyedService<'Key, 'Service, #'Service (requires 'Service : null)> : 'Key -> Orleans.Runtime.KeyedService<'Key, 'Service, #'Service (requires 'Service : null)>
Public Sub New (key As TKey)
Parameter
- key
- TKey
Gilt für:
KeyedService<TKey,TService,TInstance>(TKey, IServiceProvider)
- Quelle:
- KeyedService.cs
public KeyedService (TKey key, IServiceProvider services);
new Orleans.Runtime.KeyedService<'Key, 'Service, #'Service (requires 'Service : null)> : 'Key * IServiceProvider -> Orleans.Runtime.KeyedService<'Key, 'Service, #'Service (requires 'Service : null)>
Public Sub New (key As TKey, services As IServiceProvider)
Parameter
- key
- TKey
- services
- IServiceProvider