IServiceProvider
Interface
interface IServiceProvider { getDistributedApplicationModel(): DistributedApplicationModel; getEventing(): IDistributedApplicationEventing; getLoggerFactory(): ILoggerFactory; getResourceLoggerService(): ResourceLoggerService; getResourceNotificationService(): ResourceNotificationService; getUserSecretsManager(): IUserSecretsManager;} 6 members
Methods
Gets the distributed application model from the service provider
getDistributedApplicationModel(): DistributedApplicationModelReturns
DistributedApplicationModel method
getEventing Gets the distributed application eventing service from the service provider
getEventing(): IDistributedApplicationEventingReturns
IDistributedApplicationEventing method
getLoggerFactory Gets the logger factory from the service provider
getLoggerFactory(): ILoggerFactoryReturns
ILoggerFactory method
getResourceLoggerService Gets the resource logger service from the service provider
getResourceLoggerService(): ResourceLoggerServiceReturns
ResourceLoggerService Gets the resource notification service from the service provider
getResourceNotificationService(): ResourceNotificationServiceReturns
ResourceNotificationService method
getUserSecretsManager Gets the user secrets manager from the service provider
getUserSecretsManager(): IUserSecretsManagerReturns
IUserSecretsManager