Class PluginConfiguration
Configuration containing plugins for the SDK.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Subsystems
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public sealed class PluginConfiguration
Constructors
| Edit this page View SourcePluginConfiguration(IEnumerable<Plugin>)
Initializes a new instance of the PluginConfiguration class with the specified plugins.
Declaration
public PluginConfiguration(IEnumerable<Plugin> plugins)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<Plugin> | plugins | The plugins to include in this configuration. |
Properties
| Edit this page View SourcePlugins
The collection of plugins.
Declaration
public IEnumerable<Plugin> Plugins { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<Plugin> |