Show / Hide Table of Contents

Interface IServiceConfiguration

Interface for plugins to register and configure services.

Namespace: Phoenix.Plugins
Assembly: Phoenix.Abstractions.Plugins.dll
Syntax
public interface IServiceConfiguration

Methods

View Source

RegisterPluginServices(IServiceCollection)

Called during startup with the service collection to configure.

Declaration
void RegisterPluginServices(IServiceCollection serviceCollection)
Parameters
Type Name Description
IServiceCollection serviceCollection

The service collection.

  • View Source
In This Article
Back to top Generated by DocFX