• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Delegate ServiceFactory

    A factory method used to resolve all services. For multiple instances, it will resolve against .

    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public delegate object ServiceFactory(Type serviceType);
    Parameters
    Type Name Description
    Type serviceType

    Type of service to resolve.

    Returns
    Type Description
    System.Object

    An instance of type serviceType.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX