Table of Contents

Delegate ServiceLocatorProvider

Namespace
Dynamicweb.Extensibility
Assembly
Dynamicweb.Core.dll

This delegate type is used to provide a method that will return the current container. Used with the ServiceLocator static accessor class.

public delegate IServiceLocator ServiceLocatorProvider()

Returns

IServiceLocator

An IServiceLocator.

To top