PluginManagerRegisterTService, TImplementation Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Registers the specified service.

Namespace: ContentStudio.Plugins
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public virtual void Register<TService, TImplementation>()

Type Parameters

TService
The type of the service. This implementation must be an interface.
TImplementation
The type of implementation provided.

Implements

IPluginManagerRegisterTService, TImplementation
See Also

Reference