ActivateKeyedSingleton(IServiceCollection, Type, Object)
|
Applica l'attivazione singleton chiave al momento dell'avvio anziché in fase di esecuzione.
|
ActivateKeyedSingleton<TService>(IServiceCollection, Object)
|
Applica l'attivazione singleton chiave al momento dell'avvio anziché in fase di esecuzione.
|
ActivateSingleton(IServiceCollection, Type)
|
Applica l'attivazione singleton al momento dell'avvio anziché in fase di esecuzione.
|
ActivateSingleton<TService>(IServiceCollection)
|
Applica l'attivazione singleton al momento dell'avvio anziché in fase di esecuzione.
|
AddActivatedKeyedSingleton(IServiceCollection, Type, Object)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedKeyedSingleton(IServiceCollection, Type, Object, Type)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedKeyedSingleton<TService,TImplementation>(IServiceCollection, Object, Func<IServiceProvider,Object,TImplementation>)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedKeyedSingleton<TService>(IServiceCollection, Object)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedSingleton(IServiceCollection, Type)
|
Aggiunge un servizio singleton attivato automaticamente del tipo specificato in serviceType all'oggetto specificato IServiceCollection.
|
AddActivatedSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedSingleton(IServiceCollection, Type, Type)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedSingleton<TService,TImplementation>(IServiceCollection)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedSingleton<TService,TImplementation>(IServiceCollection, Func<IServiceProvider,TImplementation>)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedSingleton<TService>(IServiceCollection)
|
Aggiunge un servizio singleton attivato automaticamente.
|
AddActivatedSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
Aggiunge un servizio singleton attivato automaticamente.
|
TryAddActivatedKeyedSingleton(IServiceCollection, Type, Object)
|
Tenta di aggiungere un servizio singleton con chiave attivata automaticamente.
|
TryAddActivatedKeyedSingleton(IServiceCollection, Type, Object, Func<IServiceProvider,Object,Object>)
|
Tenta di aggiungere un servizio singleton con chiave attivata automaticamente.
|
TryAddActivatedKeyedSingleton(IServiceCollection, Type, Object, Type)
|
Tenta di aggiungere un servizio singleton con chiave attivata automaticamente.
|
TryAddActivatedKeyedSingleton<TService,TImplementation>(IServiceCollection, Object)
|
Tenta di aggiungere un servizio singleton con chiave attivata automaticamente.
|
TryAddActivatedKeyedSingleton<TService>(IServiceCollection, Object)
|
Tenta di aggiungere un servizio singleton con chiave attivata automaticamente.
|
TryAddActivatedKeyedSingleton<TService>(IServiceCollection, Object, Func<IServiceProvider,Object,TService>)
|
Tenta di aggiungere un servizio singleton con chiave attivata automaticamente.
|
TryAddActivatedSingleton(IServiceCollection, Type)
|
Tenta di aggiungere un servizio singleton attivato automaticamente.
|
TryAddActivatedSingleton(IServiceCollection, Type, Func<IServiceProvider,Object>)
|
Tenta di aggiungere un servizio singleton attivato automaticamente.
|
TryAddActivatedSingleton(IServiceCollection, Type, Type)
|
Tenta di aggiungere un servizio singleton attivato automaticamente.
|
TryAddActivatedSingleton<TService,TImplementation>(IServiceCollection)
|
Tenta di aggiungere un servizio singleton attivato automaticamente.
|
TryAddActivatedSingleton<TService>(IServiceCollection)
|
Tenta di aggiungere un servizio singleton attivato automaticamente.
|
TryAddActivatedSingleton<TService>(IServiceCollection, Func<IServiceProvider,TService>)
|
Tenta di aggiungere un servizio singleton attivato automaticamente.
|