Click or drag to resize

ServiceLocatorGetInstanceTService Method (String)

Namespace:  Dynamicweb.Extensibility.Providers
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public virtual TService GetInstance<TService>(
	string key
)

Parameters

key
Type: SystemString

Type Parameters

TService

Return Value

Type: TService

Implements

IServiceLocatorGetInstanceTService(String)
See Also