Class Plugin
Abstract base class for extending SDK functionality via plugins in the server-side SDK. All provided server-side plugin implementations MUST inherit from this class.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Plugins
Assembly: LaunchDarkly.ServerSdk.dll
Syntax
public abstract class Plugin : PluginBase<ILdClient, Hook>
Constructors
| Edit this page View SourcePlugin(string)
Initializes a new instance of the Plugin class with the specified name.
Declaration
protected Plugin(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the plugin. |